No Description

echoFan e9a2f07b0a enter 4 years ago
.github aff0f898b4 message 4 years ago
.vscode bc026a2ffa 创建培训会中心端服务 4 years ago
app e9a2f07b0a enter 4 years ago
config c7036ef9a4 enter 4 years ago
test bc026a2ffa 创建培训会中心端服务 4 years ago
.autod.conf.js bc026a2ffa 创建培训会中心端服务 4 years ago
.eslintignore bc026a2ffa 创建培训会中心端服务 4 years ago
.eslintrc bc026a2ffa 创建培训会中心端服务 4 years ago
.gitignore bc026a2ffa 创建培训会中心端服务 4 years ago
.travis.yml aff0f898b4 message 4 years ago
README.md c7036ef9a4 enter 4 years ago
app.js 72203ded87 增加扫码登录 4 years ago
appveyor.yml bc026a2ffa 创建培训会中心端服务 4 years ago
ecosystem.config.js c7036ef9a4 enter 4 years ago
package.json c7036ef9a4 enter 4 years ago
server.js bc026a2ffa 创建培训会中心端服务 4 years ago

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.