中间层

lrf402788946 3aa81df3e0 update 4 yıl önce
.github 8a5279889d update 4 yıl önce
app 3aa81df3e0 update 4 yıl önce
config edaaf2f803 update 4 yıl önce
test 8a5279889d update 4 yıl önce
.autod.conf.js 8a5279889d update 4 yıl önce
.eslintignore 8a5279889d update 4 yıl önce
.eslintrc 8a5279889d update 4 yıl önce
.gitignore 8a5279889d update 4 yıl önce
.travis.yml 8a5279889d update 4 yıl önce
README.md 8a5279889d update 4 yıl önce
appveyor.yml 8a5279889d update 4 yıl önce
ecosystem.config.js 24e38280b9 update 4 yıl önce
package.json 8a5279889d update 4 yıl önce
server.js 24e38280b9 update 4 yıl önce

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.