VueScrollVideo
一个标准的移动端富文本页面,本项目基于vue.js 实现了流媒体视频的播放,并实现了视频组件滑出屏幕暂停,滑入屏幕重新播放的功能
Install / Use
/learn @94007boy/VueScrollVideoREADME
VueScrollVideo
这是效果图(gif)

实现了如下功能:
1.基于vue-video-player 播放流媒体
2.播放控制:滑出屏幕暂停,滑入屏幕重新播放
3.基于vue-bus 进行组件间的通信
4.一个标准的富文本排版
使用步骤
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
