网站拦截处理

lrf402788946 33e8a1f745 update hace 4 años
.github fc40fa3aee init hace 4 años
app 33e8a1f745 update hace 4 años
config 72f5335493 update hace 4 años
test fc40fa3aee init hace 4 años
.autod.conf.js fc40fa3aee init hace 4 años
.eslintignore fc40fa3aee init hace 4 años
.eslintrc fc40fa3aee init hace 4 años
.gitignore fc40fa3aee init hace 4 años
.travis.yml fc40fa3aee init hace 4 años
README.md fc40fa3aee init hace 4 años
app.js fc40fa3aee init hace 4 años
appveyor.yml fc40fa3aee init hace 4 años
ecosystem.config.js 90b943f550 update hace 4 años
package.json fc40fa3aee init hace 4 años
server.js 90b943f550 update hace 4 años

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.