Hamelyn Video Player
A modern, visual video player for Vue3. It will bring your videos to life with a customizable and powerful player!
If you have a problem, don't hesitate to create an issue :)
Install
npm install hamelyn-player-video
Global
import Vue from 'vue'
import VuePlayerVideo from 'hamelyn-player-video'
Vue.use(VuePlayerVideo, /* { default options with global component } */)
Local registration
import VuePlayerVideo from 'hamelyn-player-video'
export default {
components: {
VuePlayerVideo
}
}