吉林省计算中心服务端

lrf402788946 f5ea428310 update 4 năm trước cách đây
.github 2d1a650c88 更新 5 năm trước cách đây
.vscode e37bce8b09 增加配置 5 năm trước cách đây
app f5ea428310 update 4 năm trước cách đây
config 6d6ee00a76 update 4 năm trước cách đây
test 7b339fbeed init 5 năm trước cách đây
.autod.conf.js 7b339fbeed init 5 năm trước cách đây
.eslintignore 7b339fbeed init 5 năm trước cách đây
.eslintrc 7b339fbeed init 5 năm trước cách đây
.gitignore 7b339fbeed init 5 năm trước cách đây
.travis.yml 2d1a650c88 更新 5 năm trước cách đây
README.md 26ba098dca first commit 5 năm trước cách đây
appveyor.yml 2d1a650c88 更新 5 năm trước cách đây
ecosystem.config.js e37bce8b09 增加配置 5 năm trước cách đây
jsconfig.json 2d1a650c88 更新 5 năm trước cách đây
package.json f5ea428310 update 4 năm trước cách đây
server.js e37bce8b09 增加配置 5 năm trước cách đây

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.