2.0.0 • Published 6 years ago

vue-plyr-simple v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-plyr

A Vue.js component that is a plyr video player.

This is useful for when you want a nice video player in your Vue app.

Installation

yarn add vue-plyr-simple # or npm i vue-plyr-simple --save

Browser

Include the script file, then register in the components section; e.g.:

<script type="text/javascript" src="https://unpkg.com/vue@latest"></script>
<script type="text/javascript" src="https://unpkg.com/vue-plyr-simple@latest"></script>
<script type="text/javascript">
  new Vue({
    components: {
      VuePlyr
    }
  })
</script>

Module

import VuePlyr from 'vue-plyr-simple';

Usage

Once installed, it can be used in a template as simply as:

<vue-plyr></vue-plyr>
2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago