asd123a20 dc98a45def 新增小程序获取openid、获取手机号接口 2 anni fa
..
app dc98a45def 新增小程序获取openid、获取手机号接口 2 anni fa
config feffc3bc55 2 anni fa
lib feffc3bc55 2 anni fa
test feffc3bc55 2 anni fa
.autod.conf.js feffc3bc55 2 anni fa
.eslintignore feffc3bc55 2 anni fa
.eslintrc feffc3bc55 2 anni fa
.gitignore feffc3bc55 2 anni fa
.travis.yml feffc3bc55 2 anni fa
README.md feffc3bc55 2 anni fa
appveyor.yml feffc3bc55 2 anni fa
ecosystem.config.js feffc3bc55 2 anni fa
jsconfig.json feffc3bc55 2 anni fa
package.json feffc3bc55 2 anni fa
server.js feffc3bc55 2 anni fa

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.