Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/TerryZ/v-playback

A Vue2 plugin to make video play easier
https://github.com/TerryZ/v-playback

javascript video videojs vuejs

Last synced: about 2 months ago
JSON representation

A Vue2 plugin to make video play easier

Lists

README

        



v-playback






v-playback


A Vue2 plugin to make video play easier








## Examples、Documentation and Changelog

Explorer on

- [English site](https://terryz.github.io/vue/#/playback)
- [国内站点](https://terryz.gitee.io/vue/#/playback)

## Installation

```
npm i -S v-playback
```

Include plugin in your `main.js` file.

```js
import Vue from 'vue'
import PlayBack from 'v-playback'
Vue.use(PlayBack)
```

## Deploy on component

```vue

export default {
data () {
return {
url: 'https://your-site/your-video.mp4'
}
}
}

```

## Dependencies

[video.js](https://github.com/videojs/video.js)