中间层

lrf402788946 edaaf2f803 update 4 gadi atpakaļ
.github 8a5279889d update 4 gadi atpakaļ
app edaaf2f803 update 4 gadi atpakaļ
config edaaf2f803 update 4 gadi atpakaļ
test 8a5279889d update 4 gadi atpakaļ
.autod.conf.js 8a5279889d update 4 gadi atpakaļ
.eslintignore 8a5279889d update 4 gadi atpakaļ
.eslintrc 8a5279889d update 4 gadi atpakaļ
.gitignore 8a5279889d update 4 gadi atpakaļ
.travis.yml 8a5279889d update 4 gadi atpakaļ
README.md 8a5279889d update 4 gadi atpakaļ
appveyor.yml 8a5279889d update 4 gadi atpakaļ
ecosystem.config.js 24e38280b9 update 4 gadi atpakaļ
package.json 8a5279889d update 4 gadi atpakaļ
server.js 24e38280b9 update 4 gadi atpakaļ

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.