Aucune description

guhongwei 6430398829 更新 il y a 4 ans
.github f0c37a223c 更新 il y a 4 ans
.vscode f0c37a223c 更新 il y a 4 ans
app 6430398829 更新 il y a 4 ans
config 6430398829 更新 il y a 4 ans
test f0c37a223c 更新 il y a 4 ans
.autod.conf.js f0c37a223c 更新 il y a 4 ans
.eslintignore f0c37a223c 更新 il y a 4 ans
.eslintrc f0c37a223c 更新 il y a 4 ans
.gitignore f0c37a223c 更新 il y a 4 ans
.travis.yml f0c37a223c 更新 il y a 4 ans
README.md f0c37a223c 更新 il y a 4 ans
app.js f0c37a223c 更新 il y a 4 ans
appveyor.yml f0c37a223c 更新 il y a 4 ans
ecosystem.config.js f0c37a223c 更新 il y a 4 ans
package.json f0c37a223c 更新 il y a 4 ans
server.js f0c37a223c 更新 il y a 4 ans

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.