Нет описания

lrf402788946 9f381b83fc update 3 лет назад
.github 48fc3df0a4 update 4 лет назад
.vscode 48fc3df0a4 update 4 лет назад
app 9f381b83fc update 3 лет назад
config 788ae736ea update 3 лет назад
test 48fc3df0a4 update 4 лет назад
.autod.conf.js 48fc3df0a4 update 4 лет назад
.eslintignore 48fc3df0a4 update 4 лет назад
.eslintrc 48fc3df0a4 update 4 лет назад
.gitignore 48fc3df0a4 update 4 лет назад
.travis.yml 48fc3df0a4 update 4 лет назад
README.md 48fc3df0a4 update 4 лет назад
app.js 48fc3df0a4 update 4 лет назад
appveyor.yml 48fc3df0a4 update 4 лет назад
ecosystem.config.js 48fc3df0a4 update 4 лет назад
jsconfig.json 48fc3df0a4 update 4 лет назад
package.json b14b123469 update 4 лет назад
server.js 48fc3df0a4 update 4 лет назад

README.md

service-visit

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.