|
|
hace 7 años | |
|---|---|---|
| api | hace 7 años | |
| auth | hace 8 años | |
| bin | hace 8 años | |
| components | hace 8 años | |
| config | hace 8 años | |
| controller | hace 8 años | |
| public | hace 8 años | |
| render | hace 8 años | |
| util | hace 7 años | |
| views | hace 7 años | |
| webapp | hace 7 años | |
| .babelrc | hace 8 años | |
| .editorconfig | hace 8 años | |
| .eslintignore | hace 8 años | |
| .eslintrc.js | hace 8 años | |
| .eslintrc.json | hace 8 años | |
| .gitignore | hace 8 años | |
| README.md | hace 8 años | |
| app.js | hace 7 años | |
| h5maker.gif | hace 8 años | |
| package.json | hace 7 años | |
| routers.js | hace 8 años |
前端:vue2.0 + vue-router + vuex + axios + Element ui
后端:nodejs + express + mongoose
运行前需要先启动mongodb数据库,请确保本地已安装数据库
npm install // 安装依赖
npm run webapp // 启动前端工程
npm run local // 启动后端工程