You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vuetify-media-player

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-media-player

Lightweight HTML5 video and audio player component for vuetify

0.8.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

vuetify-media-player

Lightweight HTML5 video and audio player component for vuetify.

Screenshots

Video Player

video player

Audio Player

audio player

Install

npm install --save vuetify-media-player

Currently pug and stylus webpack loaders are required.

Usage:

<template lang="pug">
  div
    audio-player
      source(src="http://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_1MG.mp3")
    video-player
      source(src="https://sample-videos.com/video123/mp4/240/big_buck_bunny_240p_10mb.mp4" type="video/mp4")
</template>

<script>
import audioPlayer from 'vuetify-media-player/src/components/audio-player.vue'
import videoPlayer from 'vuetify-media-player/src/components/video-player.vue'
import 'vuetify-media-player/src/style.styl'
export default {
  components: {
    audioPlayer,
    videoPlayer
  }
}
</script>

Keywords

video-player

FAQs

Package last updated on 21 May 2019

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.