설명 없음

guhongwei f0c37a223c 更新 4 년 전
.github f0c37a223c 更新 4 년 전
.vscode f0c37a223c 更新 4 년 전
app f0c37a223c 更新 4 년 전
config f0c37a223c 更新 4 년 전
test f0c37a223c 更新 4 년 전
.autod.conf.js f0c37a223c 更新 4 년 전
.eslintignore f0c37a223c 更新 4 년 전
.eslintrc f0c37a223c 更新 4 년 전
.gitignore f0c37a223c 更新 4 년 전
.travis.yml f0c37a223c 更新 4 년 전
README.md f0c37a223c 更新 4 년 전
app.js f0c37a223c 更新 4 년 전
appveyor.yml f0c37a223c 更新 4 년 전
ecosystem.config.js f0c37a223c 更新 4 년 전
package.json f0c37a223c 更新 4 년 전
server.js f0c37a223c 更新 4 년 전

README.md

serveci-center

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:8080/

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.