Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 795 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 795 Bytes

VueScrollVideo

这是效果图(gif)

image

实现了如下功能:

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.