No Description

liuyu 535d4466a7 hh 4 years ago
.vscode bc026a2ffa 创建培训会中心端服务 4 years ago
app 535d4466a7 hh 4 years ago
config efacf6d2ba hhh 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 bc026a2ffa 创建培训会中心端服务 4 years ago
README.md f3fcb24c58 first commit 4 years ago
app.js 72203ded87 增加扫码登录 4 years ago
appveyor.yml bc026a2ffa 创建培训会中心端服务 4 years ago
ecosystem.config.js d0f537222e 增加配置 4 years ago
package.json 07f03c172f 增加mq配置 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: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.