vue-plyr-simple

2.0.0 • Public • Published

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>

Dependents (0)

Package Sidebar

Install

npm i vue-plyr-simple

Weekly Downloads

5

Version

2.0.0

License

MIT

Last publish

Collaborators

  • redxtech