Aucune description

lrf402788946 9f381b83fc update il y a 3 ans
.github 48fc3df0a4 update il y a 4 ans
.vscode 48fc3df0a4 update il y a 4 ans
app 9f381b83fc update il y a 3 ans
config 788ae736ea update il y a 3 ans
test 48fc3df0a4 update il y a 4 ans
.autod.conf.js 48fc3df0a4 update il y a 4 ans
.eslintignore 48fc3df0a4 update il y a 4 ans
.eslintrc 48fc3df0a4 update il y a 4 ans
.gitignore 48fc3df0a4 update il y a 4 ans
.travis.yml 48fc3df0a4 update il y a 4 ans
README.md 48fc3df0a4 update il y a 4 ans
app.js 48fc3df0a4 update il y a 4 ans
appveyor.yml 48fc3df0a4 update il y a 4 ans
ecosystem.config.js 48fc3df0a4 update il y a 4 ans
jsconfig.json 48fc3df0a4 update il y a 4 ans
package.json b14b123469 update il y a 4 ans
server.js 48fc3df0a4 update il y a 4 ans

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.