Socket
Socket
Sign inDemoInstall

vue-plyr-simple

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-plyr-simple

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


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

2.0.0

  • Convert from old vue-plyr to currently maintained version.

Readme

Source

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>

FAQs

Last updated on 26 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc