中间层

lrf402788946 1e1dc90939 update 3 年之前
.github 8a5279889d update 4 年之前
app 1e1dc90939 update 3 年之前
config edaaf2f803 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 年之前
ecosystem.config.js 24e38280b9 update 4 年之前
package.json 8a5279889d update 4 年之前
server.js 24e38280b9 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.