asd123a20 4084a20424 修改路由配置 2 lat temu
..
app 2c96ef3cab 2022/4/21提交 2 lat temu
config 4084a20424 修改路由配置 2 lat temu
test feffc3bc55 2 lat temu
.autod.conf.js feffc3bc55 2 lat temu
.eslintignore feffc3bc55 2 lat temu
.eslintrc feffc3bc55 2 lat temu
.gitignore feffc3bc55 2 lat temu
.travis.yml feffc3bc55 2 lat temu
README.md feffc3bc55 2 lat temu
appveyor.yml feffc3bc55 2 lat temu
ecosystem.config.js feffc3bc55 2 lat temu
jsconfig.json feffc3bc55 2 lat temu
package.json d1f8459493 2 lat temu
server.js feffc3bc55 2 lat temu

README.md

service-gateway

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.