网站拦截处理

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

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.