后台使用阿里egg.js,mongoose开发的仿小米商城全栈项目
- egg.js
- ejs.js
- mongoose
$ npm i
$ npm run dev
$ open http://localhost:8090/
$ npm start
$ npm stop
- 使用
npm run lint
来做代码风格检查。 - 使用
npm test
来执行单元测试。 - 使用
npm run autod
来自动检测依赖更新,详细参见 autod 。
- 后台管理页面登录
- RBAC权限管理
后台使用阿里egg.js,mongoose开发的仿小米商城全栈项目
$ npm i
$ npm run dev
$ open http://localhost:8090/
$ npm start
$ npm stop
npm run lint
来做代码风格检查。npm test
来执行单元测试。npm run autod
来自动检测依赖更新,详细参见 autod 。