吉林省计算中心服务端

lrf402788946 f7b297a582 update пре 4 година
.github 2d1a650c88 更新 пре 5 година
.vscode e37bce8b09 增加配置 пре 5 година
app f7b297a582 update пре 4 година
config 6d6ee00a76 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 f5ea428310 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.