Nincs leírás

lrf402788946 5020d36270 update 4 éve
app 5020d36270 update 4 éve
config fd9bffcf62 update 4 éve
test fd9bffcf62 update 4 éve
.autod.conf.js fd9bffcf62 update 4 éve
.eslintignore fd9bffcf62 update 4 éve
.eslintrc fd9bffcf62 update 4 éve
.gitignore fd9bffcf62 update 4 éve
.travis.yml fd9bffcf62 update 4 éve
README.md fd9bffcf62 update 4 éve
appveyor.yml fd9bffcf62 update 4 éve
ecosystem.config.js fd9bffcf62 update 4 éve
jsconfig.json fd9bffcf62 update 4 éve
package.json fd9bffcf62 update 4 éve
server.js fd9bffcf62 update 4 éve

README.md

service-wechat

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.