Socket
Socket
Sign inDemoInstall

vuetify-media-player

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vuetify-media-player

Lightweight HTML5 video and audio player component for vuetify


Version published
Weekly downloads
164
increased by5.81%
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 21 May 2019

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