Aucune description

lrf402788946 26a6a51893 update il y a 4 ans
.github 26a6a51893 update il y a 4 ans
app 26a6a51893 update il y a 4 ans
config 26a6a51893 update il y a 4 ans
test fd9bffcf62 update il y a 4 ans
.autod.conf.js fd9bffcf62 update il y a 4 ans
.eslintignore fd9bffcf62 update il y a 4 ans
.eslintrc fd9bffcf62 update il y a 4 ans
.gitignore fd9bffcf62 update il y a 4 ans
.travis.yml fd9bffcf62 update il y a 4 ans
README.md fd9bffcf62 update il y a 4 ans
appveyor.yml fd9bffcf62 update il y a 4 ans
ecosystem.config.js fd9bffcf62 update il y a 4 ans
jsconfig.json fd9bffcf62 update il y a 4 ans
package.json fd9bffcf62 update il y a 4 ans
server.js fd9bffcf62 update il y a 4 ans

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.