微信部分

lrf402788946 c629c84be3 update 3 лет назад
.github cb8babe52d update 3 лет назад
app cb8babe52d update 3 лет назад
config cb8babe52d update 3 лет назад
test cb8babe52d update 3 лет назад
.autod.conf.js cb8babe52d update 3 лет назад
.eslintignore cb8babe52d update 3 лет назад
.eslintrc cb8babe52d update 3 лет назад
.gitignore cb8babe52d update 3 лет назад
.travis.yml cb8babe52d update 3 лет назад
README.md cb8babe52d update 3 лет назад
appveyor.yml cb8babe52d update 3 лет назад
ecosystem.config.js 9d0ca3c95b pm2 3 лет назад
package.json cb8babe52d update 3 лет назад
server.js c629c84be3 update 3 лет назад

README.md

weixin-gateway

微信相关的处理

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.