Skip to content

TerryZ/v-playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



v-playback


v-playback

A Vue2 plugin to make video play easier






Examples、Documentation and Changelog

Explorer on

Installation

npm i -S v-playback

Include plugin in your main.js file.

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

Deploy on component

<template>
  <v-playback :url="url" ></v-playback>
</template>

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

Dependencies

video.js

Releases

No releases published

Packages

No packages published

Languages