中间层

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.