설명 없음

lrf402788946 955e1c2584 init 3 년 전
.github 955e1c2584 init 3 년 전
app 955e1c2584 init 3 년 전
config 955e1c2584 init 3 년 전
test 955e1c2584 init 3 년 전
.autod.conf.js 955e1c2584 init 3 년 전
.eslintignore 955e1c2584 init 3 년 전
.eslintrc 955e1c2584 init 3 년 전
.gitignore 955e1c2584 init 3 년 전
.travis.yml 955e1c2584 init 3 년 전
README.md 955e1c2584 init 3 년 전
appveyor.yml 955e1c2584 init 3 년 전
jsconfig.json 955e1c2584 init 3 년 전
package.json 955e1c2584 init 3 년 전

README.md

service

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.