任务系统

lrf 6f4234442f update il y a 1 an
.github ce0ba38902 配置修改 il y a 1 an
app 918202b4f0 update il y a 4 ans
config 6f4234442f update il y a 1 an
test c1edbfb0a9 init il y a 4 ans
.autod.conf.js c1edbfb0a9 init il y a 4 ans
.eslintignore c1edbfb0a9 init il y a 4 ans
.eslintrc c1edbfb0a9 init il y a 4 ans
.gitignore c1edbfb0a9 init il y a 4 ans
.travis.yml ce0ba38902 配置修改 il y a 1 an
README.md c1edbfb0a9 init il y a 4 ans
appveyor.yml ce0ba38902 配置修改 il y a 1 an
ecosystem.config.js e75b6842b0 服务器修改 il y a 1 an
package.json c1edbfb0a9 init il y a 4 ans
server.js cca384da54 update il y a 1 an

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.