asd123a20 d7363b7eaa il y a 3 ans
..
app bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
config d7363b7eaa il y a 3 ans
test bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
.autod.conf.js bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
.eslintignore bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
.eslintrc bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
.gitignore bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
.travis.yml bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
README.md bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
appveyor.yml bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
ecosystem.config.js bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
jsconfig.json bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
package.json bc88a768c9 增加题库服务、试卷服务 il y a 3 ans
server.js bc88a768c9 增加题库服务、试卷服务 il y a 3 ans

README.md

service-code

点赞/收藏/评论/留言

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.