吉林省计算中心服务端

reloaded ee037f0fb4 user增加type 5 년 전
.github 2d1a650c88 更新 5 년 전
.vscode e37bce8b09 增加配置 5 년 전
app ee037f0fb4 user增加type 5 년 전
config 0bf09d82c5 更新 5 년 전
test 7b339fbeed init 5 년 전
.autod.conf.js 7b339fbeed init 5 년 전
.eslintignore 7b339fbeed init 5 년 전
.eslintrc 7b339fbeed init 5 년 전
.gitignore 7b339fbeed init 5 년 전
.travis.yml 2d1a650c88 更新 5 년 전
README.md 26ba098dca first commit 5 년 전
appveyor.yml 2d1a650c88 更新 5 년 전
ecosystem.config.js e37bce8b09 增加配置 5 년 전
jsconfig.json 2d1a650c88 更新 5 년 전
package.json 2d1a650c88 更新 5 년 전
server.js e37bce8b09 增加配置 5 년 전

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.