任务系统

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

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.