网站拦截处理

lrf402788946 b96bb48da4 update hace 3 años
.github fc40fa3aee init hace 4 años
app 2238f6d75f update hace 4 años
config 2238f6d75f 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 b96bb48da4 update hace 3 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.