Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-video-player

surmon-china45.7kMIT6.0.0TypeScript support: included

Video.js component for Vue

vue-video-player, vue video player, video player, vue player, vue video

readme

BREAKING CHANGE ⚠️

The vue-video-player package has now been renamed to @videojs-player/vue due to the addition of support for React. Also, support for Vue has undergone a Breaking change, with the latest version of the component only supporting Vue3.

The last version of the vue-video-player package will be released in v6.0, which will just re-export everything from @videojs-player/vue, so if you're ready to use the new version of vue-video-player, please import @videojs-player/vue directly.

The latest version of videojs-player supports responsiveness for the vast majority of Video.js configuration options and allows you to fully customize the player's control panel and interaction details, thanks to the fact that the component does enough processing internally for different frameworks.

Legacy Version

If you are looking for a legacy version of the component for Vue2, use the vue-video-player@4.x.

changelog

Changelog

All notable changes to this project will be documented in this file.

v6.0.0 (2022-07-23)

  • feat: upgrade Video.js to v7
  • feat: refactoring to pnpm monorepo
  • feat: re-exports @videojs-player/vue

v5.0.2

fix #142 custom event

v5.0.1

support dynamic change options

v5.0.0

  • add bower support
  • add test scripts
  • add global default options
  • update babel and webpack configs
  • update the options assign logic
  • Update to video.js6