설명 없음

guhongwei 055822d7a8 1 4 년 전
.github 9f83a0d865 更新 4 년 전
.vscode f0c37a223c 更新 4 년 전
app 055822d7a8 1 4 년 전
config 055822d7a8 1 4 년 전
test f0c37a223c 更新 4 년 전
.autod.conf.js f0c37a223c 更新 4 년 전
.eslintignore f0c37a223c 更新 4 년 전
.eslintrc f0c37a223c 更新 4 년 전
.gitignore f0c37a223c 更新 4 년 전
.travis.yml f0c37a223c 更新 4 년 전
README.md 470acf29b8 更新 4 년 전
app.js f0c37a223c 更新 4 년 전
appveyor.yml f0c37a223c 更新 4 년 전
ecosystem.config.js 055822d7a8 1 4 년 전
package.json 055822d7a8 1 4 년 전
server.js f0c37a223c 更新 4 년 전
test.js d8955c6d09 1 4 년 전

README.md

serveci-center

QuickStart

see egg docs for more detail.

Development

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

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.