vue2-youtube-editor
v0.0.6
Published
Vue2YoutubeEditor: Vue2 component
Downloads
4
Maintainers
Readme
Vue2YoutubeEditor
Vue2YoutubeEditor Component for Vue 2.x
Install
npm install vue2-youtube-editor --save
Demo
For demo, please see here
Usage
1. Import the component
import Vue2YoutubeEditor from 'vue2-youtube-editor';
2.1 Use it globally
Vue.use(Vue2YoutubeEditor);
2.2 Or use it locally
components: {
'vue2-youtube-editor': Vue2YoutubeEditor
},
3. Update your app or template:
<div>
...
<vue2-youtube-editor></vue2-youtube-editor>
...
</div>
Properties
There are no properties.
Example
Please see App.vue for example use.
Contributing
Contributions are welcome
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build