民政后端

wq 34b1146a92 LOG日志 il y a 4 ans
app 34b1146a92 LOG日志 il y a 4 ans
config ded5559c84 查询条件修改 il y a 4 ans
.autod.conf.js 4e9f89c8c6 初始化民政后台 il y a 4 ans
.eslintignore 4e9f89c8c6 初始化民政后台 il y a 4 ans
.eslintrc 4e9f89c8c6 初始化民政后台 il y a 4 ans
.gitignore 4e9f89c8c6 初始化民政后台 il y a 4 ans
.travis.yml 5238f96325 通知 il y a 4 ans
README.md 4e9f89c8c6 初始化民政后台 il y a 4 ans
app.js 4e9f89c8c6 初始化民政后台 il y a 4 ans
appveyor.yml 4e9f89c8c6 初始化民政后台 il y a 4 ans
jsconfig.json 4e9f89c8c6 初始化民政后台 il y a 4 ans
package.json 4e9f89c8c6 初始化民政后台 il y a 4 ans

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.