بدون توضیح

lrf402788946 137bbd0b74 update 3 سال پیش
.github 75461a7327 update 4 سال پیش
app aeb5f64f67 update 4 سال پیش
config 8f9a9837b2 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 سال پیش
ecosystem.config.js a81c9c4020 update 4 سال پیش
package.json a19b8d954d update 4 سال پیش
server.js 137bbd0b74 update 3 سال پیش

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.