任务系统

lrf 6f4234442f update 1 year ago
.github ce0ba38902 配置修改 1 year ago
app 918202b4f0 update 3 years ago
config 6f4234442f update 1 year ago
test c1edbfb0a9 init 3 years ago
.autod.conf.js c1edbfb0a9 init 3 years ago
.eslintignore c1edbfb0a9 init 3 years ago
.eslintrc c1edbfb0a9 init 3 years ago
.gitignore c1edbfb0a9 init 3 years ago
.travis.yml ce0ba38902 配置修改 1 year ago
README.md c1edbfb0a9 init 3 years ago
appveyor.yml ce0ba38902 配置修改 1 year ago
ecosystem.config.js e75b6842b0 服务器修改 1 year ago
package.json c1edbfb0a9 init 3 years ago
server.js cca384da54 update 1 year ago

README.md

mission

任务系统

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.