Vue core video player is a customizable, lightweight, multilingual video player for Vue.js applications.
Features
- Custom configuration
- i18n
- SSR
- Putting a picture into a picture
- Subscribe to events
- Development-friendly
- Mobile adaptation
Must Read: Customizing Video and Audio Player in Javascript | vLite.js
How to make use of it:
Install and download:
# Yarn $ yarn add vue-core-video-player # NPM $ npm install vue-core-video-player --save
1. Install and import the component.
import VueCoreVideoPlayer from 'vue-core-video-player'
2. Register the video player component.
Vue.use(VueCoreVideoPlayer);
3. Add the video player component to the app template.
<div id="app"> <div class="player-container"> <vue-core-video-player src="/path/to/1.mp4"></vue-core-video-player> </div> </div>
See Demo And Download
Official Website(core-player): Click Here
This superior jQuery/javascript plugin is developed by core-player. For extra Advanced Usage, please go to the official website.