民政后端

wq 78aa0c6933 通知 4 år sedan
app 78aa0c6933 通知 4 år sedan
config 09a264c61f 意见反馈管理 4 år sedan
.autod.conf.js 4e9f89c8c6 初始化民政后台 4 år sedan
.eslintignore 4e9f89c8c6 初始化民政后台 4 år sedan
.eslintrc 4e9f89c8c6 初始化民政后台 4 år sedan
.gitignore 4e9f89c8c6 初始化民政后台 4 år sedan
.travis.yml 5238f96325 通知 4 år sedan
README.md 4e9f89c8c6 初始化民政后台 4 år sedan
app.js 4e9f89c8c6 初始化民政后台 4 år sedan
appveyor.yml 4e9f89c8c6 初始化民政后台 4 år sedan
jsconfig.json 4e9f89c8c6 初始化民政后台 4 år sedan
package.json 4e9f89c8c6 初始化民政后台 4 år sedan

README.md

info_admin

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.