吉林省计算中心服务端

reloaded 3301162ae8 更新 5 éve
.github 2d1a650c88 更新 5 éve
app 3301162ae8 更新 5 éve
config 2d1a650c88 更新 5 éve
test 7b339fbeed init 5 éve
.autod.conf.js 7b339fbeed init 5 éve
.eslintignore 7b339fbeed init 5 éve
.eslintrc 7b339fbeed init 5 éve
.gitignore 7b339fbeed init 5 éve
.travis.yml 2d1a650c88 更新 5 éve
README.md 26ba098dca first commit 5 éve
appveyor.yml 2d1a650c88 更新 5 éve
jsconfig.json 2d1a650c88 更新 5 éve
package.json 2d1a650c88 更新 5 éve

README.md

service-count

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.