网站拦截处理

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

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.