New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vue-ytb-pll

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ytb-pll

Youtube playlist component for vue

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

vue-ytb-pll

Youtube playlist component for vue

How does it work?

This component can be add to any your vue project to show a player & list video of playlist by id

How can I used it?

  • Register to use playlist component
import YoutubePlaylist from "vue-ytb-pll";

export default {
  name: "AngeliT",
  components: {
    YoutubePlaylist
  },
  data() {
    return {
      msg: "Welcome to Youtube Playlist component"
    };
  }
};
  • Add component to your template
<youtube-playlist 
      playlist-api="http://ait.codes/playlists"
      playlist-id="PLxLYo5_7D3SeXt64Fozsx83iKrD_COggW" width="100%" height="480px"></youtube-playlist>

please notice that http://ait.codes/playlists is playlist api to get playlist info "PLxLYo5_7D3SeXt64Fozsx83iKrD_COggW" is youtube playlist id you can also custom width & height of playlist to fix with your UI :)

Please email me if you have any question.

FAQs

Package last updated on 22 Feb 2018

Did you know?

Socket

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