0.1.4 • Published 7 years ago
vue-videohover v0.1.4
Table of contents
Installation
Npm
npm i vue-videohover
Yarn
yarn add vue-videohover
Usage
import videoHover from 'vue-videohover'
Configuration :hammer:
| Property | Type | Default | Description |
|---|---|---|---|
| source | String | " " | Video source |
| type | String | "video/mp4" | Video type |
| muted | Boolean | true | Video muted |
| controls | Boolean | false | Video control panel |
| width | Number | 500 | Video width |
| height | Number | 500 | Video height |
Development
Step - 1
git clone https://github.com/ilker0/vue-videohover.git
Step - 2
cd vue-videohover
Step - 3
Npm
npm install npm run serve
Yarn
yarn install yarn run serve
Go to
http://localhost:8080