SeeDAO 市政厅治理后台公共项目 Octopus3, 使用 Vue2 + Express (Nodejs)
在 client
中
cd client
npm install
npm run serve
要部署时请删除 public/
并重新建置一份前端 /client/dist
并往上移后重新命名为 pbulic/
:
cd client
npm run build
在 server
中
npm install
npm run start
## Windows
npm run start:ps