任务系统

lrf402788946 fe2d1b740b update il y a 4 ans
.github c1edbfb0a9 init il y a 4 ans
app c1edbfb0a9 init il y a 4 ans
config e2cb66bfde update il y a 4 ans
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 c1edbfb0a9 init il y a 4 ans
README.md c1edbfb0a9 init il y a 4 ans
appveyor.yml c1edbfb0a9 init il y a 4 ans
ecosystem.config.js fe2d1b740b update il y a 4 ans
package.json c1edbfb0a9 init il y a 4 ans
server.js fe2d1b740b update il y a 4 ans

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.