任务系统

lrf 6f4234442f update 1 год назад
.github ce0ba38902 配置修改 1 год назад
app 918202b4f0 update 4 лет назад
config 6f4234442f update 1 год назад
test c1edbfb0a9 init 4 лет назад
.autod.conf.js c1edbfb0a9 init 4 лет назад
.eslintignore c1edbfb0a9 init 4 лет назад
.eslintrc c1edbfb0a9 init 4 лет назад
.gitignore c1edbfb0a9 init 4 лет назад
.travis.yml ce0ba38902 配置修改 1 год назад
README.md c1edbfb0a9 init 4 лет назад
appveyor.yml ce0ba38902 配置修改 1 год назад
ecosystem.config.js e75b6842b0 服务器修改 1 год назад
package.json c1edbfb0a9 init 4 лет назад
server.js cca384da54 update 1 год назад

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.