Aucune description

lrf402788946 458c99da57 update il y a 4 ans
.github 75461a7327 update il y a 4 ans
app 458c99da57 update il y a 4 ans
config 8f9a9837b2 update il y a 4 ans
test 75461a7327 update il y a 4 ans
.autod.conf.js 75461a7327 update il y a 4 ans
.eslintignore 75461a7327 update il y a 4 ans
.eslintrc 75461a7327 update il y a 4 ans
.gitignore 75461a7327 update il y a 4 ans
.travis.yml 75461a7327 update il y a 4 ans
README.md 75461a7327 update il y a 4 ans
appveyor.yml 75461a7327 update il y a 4 ans
package.json a19b8d954d update il y a 4 ans

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.