lrf 6f4234442f update | 1 éve | |
---|---|---|
.github | 1 éve | |
app | 4 éve | |
config | 1 éve | |
test | 4 éve | |
.autod.conf.js | 4 éve | |
.eslintignore | 4 éve | |
.eslintrc | 4 éve | |
.gitignore | 4 éve | |
.travis.yml | 1 éve | |
README.md | 4 éve | |
appveyor.yml | 1 éve | |
ecosystem.config.js | 1 éve | |
package.json | 4 éve | |
server.js | 1 éve |
任务系统
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.