Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/core-player/vue-core-video-player

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/core-player/vue-core-video-player

  • v0.2.0
  • Source
  • Go
  • Socket score

Version published
Created
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

Package last updated on 02 Nov 2020

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc