No Description

lrf402788946 26a6a51893 update 3 years ago
.github 26a6a51893 update 3 years ago
app 26a6a51893 update 3 years ago
config 26a6a51893 update 3 years ago
test fd9bffcf62 update 3 years ago
.autod.conf.js fd9bffcf62 update 3 years ago
.eslintignore fd9bffcf62 update 3 years ago
.eslintrc fd9bffcf62 update 3 years ago
.gitignore fd9bffcf62 update 3 years ago
.travis.yml fd9bffcf62 update 3 years ago
README.md fd9bffcf62 update 3 years ago
appveyor.yml fd9bffcf62 update 3 years ago
ecosystem.config.js fd9bffcf62 update 3 years ago
jsconfig.json fd9bffcf62 update 3 years ago
package.json fd9bffcf62 update 3 years ago
server.js fd9bffcf62 update 3 years ago

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.