lrf 6f4234442f update | 1 year ago | |
---|---|---|
.github | 1 year ago | |
app | 4 years ago | |
config | 1 year ago | |
test | 4 years ago | |
.autod.conf.js | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 1 year ago | |
README.md | 4 years ago | |
appveyor.yml | 1 year ago | |
ecosystem.config.js | 1 year ago | |
package.json | 4 years ago | |
server.js | 1 year ago |
任务系统
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.