暂无描述

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.