网站拦截处理

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

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.