网站拦截处理

lrf402788946 b96bb48da4 update 3 years ago
.github fc40fa3aee init 4 years ago
app 2238f6d75f update 4 years ago
config 2238f6d75f update 4 years ago
test fc40fa3aee init 4 years ago
.autod.conf.js fc40fa3aee init 4 years ago
.eslintignore fc40fa3aee init 4 years ago
.eslintrc fc40fa3aee init 4 years ago
.gitignore fc40fa3aee init 4 years ago
.travis.yml fc40fa3aee init 4 years ago
README.md fc40fa3aee init 4 years ago
app.js fc40fa3aee init 4 years ago
appveyor.yml fc40fa3aee init 4 years ago
ecosystem.config.js 90b943f550 update 4 years ago
package.json fc40fa3aee init 4 years ago
server.js b96bb48da4 update 3 years ago

README.md

service-front

前端bff

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.