直播平台服务

liuyu 2bc5b78692 hhh 4 yıl önce
.github 17f18bae4a 直播平台服务 4 yıl önce
.vscode 32be73f366 hhh 4 yıl önce
app 44ccaabd9e hhh 4 yıl önce
config 2bc5b78692 hhh 4 yıl önce
test 17f18bae4a 直播平台服务 4 yıl önce
.autod.conf.js 17f18bae4a 直播平台服务 4 yıl önce
.eslintignore 17f18bae4a 直播平台服务 4 yıl önce
.eslintrc 17f18bae4a 直播平台服务 4 yıl önce
.gitignore 17f18bae4a 直播平台服务 4 yıl önce
.travis.yml 17f18bae4a 直播平台服务 4 yıl önce
README.md 0441918334 first commit 4 yıl önce
appveyor.yml 17f18bae4a 直播平台服务 4 yıl önce
ecosystem.config.js 17f18bae4a 直播平台服务 4 yıl önce
jsconfig.json 17f18bae4a 直播平台服务 4 yıl önce
package.json 19c4f69f2d hhh 4 yıl önce
server.js 17f18bae4a 直播平台服务 4 yıl önce

README.md

service-onlive

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.