asd123a20 6dd16da33d 添加启动脚本 修改读者端口号 3 years ago
..
app feffc3bc55 3 years ago
config feffc3bc55 3 years ago
lib feffc3bc55 3 years ago
test feffc3bc55 3 years ago
.autod.conf.js feffc3bc55 3 years ago
.eslintignore feffc3bc55 3 years ago
.eslintrc feffc3bc55 3 years ago
.gitignore feffc3bc55 3 years ago
.travis.yml feffc3bc55 3 years ago
README.md feffc3bc55 3 years ago
appveyor.yml feffc3bc55 3 years ago
ecosystem.config.js feffc3bc55 3 years ago
jsconfig.json feffc3bc55 3 years ago
package.json feffc3bc55 3 years ago
server.js feffc3bc55 3 years ago

README.md

service-wx

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.