Skip to content
forked from alilmq/livedemo

React实现的移动和桌面直播demo,包含直播、回放、播放历史等功能

Notifications You must be signed in to change notification settings

snapname/livedemo

 
 

Repository files navigation

阿里云Prismplayer播放器直播点播在PC端和移动端的综合例子

体验demo

桌面版

桌面版 桌面版

移动版

移动版

特性

  • 使用Prismplayer播放器
  • 动态跳转到PC端或移动端页面
  • 使用 React, ES6 & Babel 6
  • 使用Webpack编译
  • 支持 hot module replacement
  • Auto Open a new browser tab when Webpack loads, and reload the page when you modified the code

如何使用

安装依赖项

$ https://github.com/alilmq/reactdemo.git <foldername>
$ cd <foldername>
$ npm install

运行移动端

$ npm run mobile

运行PC端

$ npm run pc

编译产品

$ npm run prod

License

MIT

About

React实现的移动和桌面直播demo,包含直播、回放、播放历史等功能

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • CSS 26.6%
  • HTML 13.4%