UNPKG

nuxt-video-player

Version:

nuxt-video-player is for play online and offline videos in any vue or nuxt project. it's supporting local or any kind of online video

9 lines (6 loc) 136 B
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App), }).$mount('#app')