Socket
Socket
Sign inDemoInstall

vue-core-video-player

Package Overview
Dependencies
212
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-core-video-player

[![CircleCI](https://circleci.com/gh/core-player/vue-core-video-player.svg?style=shield)](https://circleci.com/gh/core-player/vue-core-video-player) [![prs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://githu


Version published
Weekly downloads
755
decreased by-9.25%
Maintainers
1
Install size
12.5 MB
Created
Weekly downloads
 

Readme

Source

vue-core-video-player

CircleCI prs welcome npm version npm downloads Twitter URL

A Lightweight Video Player For Vue.js.

Get Started

Npm

$ npm install vue-core-video-player --save

Yarn

$ yarn add vue-core-video-player --save
<template>
  <div class="player-container">
    <vue-core-video-player @play="your_method" src="./videos/your_video.mp4"></vue-core-video-player>
  </div>
<template>

<script>
import VueCoreVideoPlayer from 'vue-core-video-player'

Vue.use(VueCoreVideoPlayer)

</script>

View Demo

Docs

Features

  • Custom configuration
  • i18n
  • SSR
  • Picture-in-Picture Mode
  • Events Subscription
  • Development friendly
  • Mobile Adaptation

Who using it

Welcome to submit your website using the package Demo Case Collection

UI

Adobe XD

Behance

💐 Contributions

  • Open pull request with improvements
  • Discuss ideas in issues

FAQs

Last updated on 02 Nov 2020

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