Vue-Egg-Boilerplate
基于Vue SPA和Egg的前后端模板
Docs
Install
$ git clone https://github.com/Kol96/Vue-Egg-Boilerplate.git
$ cd Vue-Egg-Boilerplate
$ npm i
Development
$ npm run dev
# node proxy on http://localhost:7001/
$ npm run dev:client
$ open http://localhost:8080/
Deploy
# boundle front resource
$ npm run build:client
$ npm start
$ npm stop
$ open http://localhost:7001/
TODO
- Restful接口设计
- 数据库设计
- 登录模块
- 权限模块
- 参数校验模块
- 错误处理中间件
- 错误页面中间件
- Docker镜像部署