Skip to content

MosheAtOwal/vue-video-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Video-Player

This is a fork of Vue Video Player including the following changes:

  • Upgrade video.js to 7.0.0
  • Remove videojs-contrib-hls
  • Remove videojs-contrib-flash

Installing

  1. Add this to your package file, under dependencies:
"vue-video-player": "git+https://github.com/MosheAtOwal/vue-video-player.git",
  1. Run yarn

Using in Vue

  1. Add these imports to your component:
import 'video.js/dist/video-js.css'
import {videoPlayer as VueVideoPlayer} from 'vue-video-player'
  1. Register VueVideoPlayer in components.
  2. You're ready to use <vue-video-player... > in your template.

Notes

  • Reference the original repo for more documentation.
  • This is for internal use, but public because it's simpler than setting up private npm modules etc.
  • Use as-is, at your own risk. No warranty, etc, etc.

About

🎞 @videojs component for @vuejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.4%
  • Vue 9.2%
  • CSS 7.4%