吉林省计算中心服务端

lrf402788946 0a734aa830 update 4 лет назад
.github 2d1a650c88 更新 5 лет назад
.vscode e37bce8b09 增加配置 5 лет назад
app 0a734aa830 update 4 лет назад
config 5c0c87fcd1 update 4 лет назад
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 5c0c87fcd1 update 4 лет назад
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.