吉林省计算中心服务端

reloaded e747a8037f 重写删除方法 il y a 5 ans
.github 2d1a650c88 更新 il y a 5 ans
.vscode e37bce8b09 增加配置 il y a 5 ans
app e747a8037f 重写删除方法 il y a 5 ans
config 0bf09d82c5 更新 il y a 5 ans
test 7b339fbeed init il y a 5 ans
.autod.conf.js 7b339fbeed init il y a 5 ans
.eslintignore 7b339fbeed init il y a 5 ans
.eslintrc 7b339fbeed init il y a 5 ans
.gitignore 7b339fbeed init il y a 5 ans
.travis.yml 2d1a650c88 更新 il y a 5 ans
README.md 26ba098dca first commit il y a 5 ans
appveyor.yml 2d1a650c88 更新 il y a 5 ans
ecosystem.config.js e37bce8b09 增加配置 il y a 5 ans
jsconfig.json 2d1a650c88 更新 il y a 5 ans
package.json 2d1a650c88 更新 il y a 5 ans
server.js e37bce8b09 增加配置 il y a 5 ans

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.