Ingen beskrivning

lrf402788946 137bbd0b74 update 3 år sedan
.github 75461a7327 update 4 år sedan
app aeb5f64f67 update 4 år sedan
config 8f9a9837b2 update 4 år sedan
test 75461a7327 update 4 år sedan
.autod.conf.js 75461a7327 update 4 år sedan
.eslintignore 75461a7327 update 4 år sedan
.eslintrc 75461a7327 update 4 år sedan
.gitignore 75461a7327 update 4 år sedan
.travis.yml 75461a7327 update 4 år sedan
README.md 75461a7327 update 4 år sedan
appveyor.yml 75461a7327 update 4 år sedan
ecosystem.config.js a81c9c4020 update 4 år sedan
package.json a19b8d954d update 4 år sedan
server.js 137bbd0b74 update 3 år sedan

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.