설명 없음

lrf402788946 26a6a51893 update 4 년 전
.github 26a6a51893 update 4 년 전
app 26a6a51893 update 4 년 전
config 26a6a51893 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.