説明なし

lrf402788946 22ae4a9924 update 4 年 前
.github 48fc3df0a4 update 4 年 前
.vscode 48fc3df0a4 update 4 年 前
app 22ae4a9924 update 4 年 前
config 2135825835 update 4 年 前
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.