Nessuna descrizione

lrf402788946 5020d36270 update 4 anni fa
app 5020d36270 update 4 anni fa
config fd9bffcf62 update 4 anni fa
test fd9bffcf62 update 4 anni fa
.autod.conf.js fd9bffcf62 update 4 anni fa
.eslintignore fd9bffcf62 update 4 anni fa
.eslintrc fd9bffcf62 update 4 anni fa
.gitignore fd9bffcf62 update 4 anni fa
.travis.yml fd9bffcf62 update 4 anni fa
README.md fd9bffcf62 update 4 anni fa
appveyor.yml fd9bffcf62 update 4 anni fa
ecosystem.config.js fd9bffcf62 update 4 anni fa
jsconfig.json fd9bffcf62 update 4 anni fa
package.json fd9bffcf62 update 4 anni fa
server.js fd9bffcf62 update 4 anni fa

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.