中间层

lrf402788946 8a5279889d update 4 년 전
.github 8a5279889d update 4 년 전
app 8a5279889d update 4 년 전
config 8a5279889d update 4 년 전
test 8a5279889d update 4 년 전
.autod.conf.js 8a5279889d update 4 년 전
.eslintignore 8a5279889d update 4 년 전
.eslintrc 8a5279889d update 4 년 전
.gitignore 8a5279889d update 4 년 전
.travis.yml 8a5279889d update 4 년 전
README.md 8a5279889d update 4 년 전
appveyor.yml 8a5279889d update 4 년 전
package.json 8a5279889d update 4 년 전

README.md

middle-service

中间层

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.