网站拦截处理

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

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.