Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 423 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 423 Bytes

🐙Octopus3

SeeDAO 市政厅治理后台公共项目 Octopus3, 使用 Vue2 + Express (Nodejs)

Frontend

client

cd client
npm install
npm run serve

要部署时请删除 public/ 并重新建置一份前端 /client/dist 并往上移后重新命名为 pbulic/:

cd client
npm run build

Backend

server

npm install
npm run start

## Windows
npm run start:ps