Нет описания

lrf402788946 5020d36270 update 4 лет назад
app 5020d36270 update 4 лет назад
config fd9bffcf62 update 4 лет назад
test fd9bffcf62 update 4 лет назад
.autod.conf.js fd9bffcf62 update 4 лет назад
.eslintignore fd9bffcf62 update 4 лет назад
.eslintrc fd9bffcf62 update 4 лет назад
.gitignore fd9bffcf62 update 4 лет назад
.travis.yml fd9bffcf62 update 4 лет назад
README.md fd9bffcf62 update 4 лет назад
appveyor.yml fd9bffcf62 update 4 лет назад
ecosystem.config.js fd9bffcf62 update 4 лет назад
jsconfig.json fd9bffcf62 update 4 лет назад
package.json fd9bffcf62 update 4 лет назад
server.js fd9bffcf62 update 4 лет назад

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.