任务系统

lrf402788946 fe2d1b740b update 4 年之前
.github c1edbfb0a9 init 4 年之前
app c1edbfb0a9 init 4 年之前
config e2cb66bfde update 4 年之前
test c1edbfb0a9 init 4 年之前
.autod.conf.js c1edbfb0a9 init 4 年之前
.eslintignore c1edbfb0a9 init 4 年之前
.eslintrc c1edbfb0a9 init 4 年之前
.gitignore c1edbfb0a9 init 4 年之前
.travis.yml c1edbfb0a9 init 4 年之前
README.md c1edbfb0a9 init 4 年之前
appveyor.yml c1edbfb0a9 init 4 年之前
ecosystem.config.js fe2d1b740b update 4 年之前
package.json c1edbfb0a9 init 4 年之前
server.js fe2d1b740b update 4 年之前

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.