Нема описа

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.