Нет описания

lrf402788946 75461a7327 update 4 лет назад
.github 75461a7327 update 4 лет назад
app 75461a7327 update 4 лет назад
config 75461a7327 update 4 лет назад
test 75461a7327 update 4 лет назад
.autod.conf.js 75461a7327 update 4 лет назад
.eslintignore 75461a7327 update 4 лет назад
.eslintrc 75461a7327 update 4 лет назад
.gitignore 75461a7327 update 4 лет назад
.travis.yml 75461a7327 update 4 лет назад
README.md 75461a7327 update 4 лет назад
appveyor.yml 75461a7327 update 4 лет назад
package.json 75461a7327 update 4 лет назад

README.md

service-article

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.