설명 없음

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.