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

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.