Note: This npm package needs one of these dependencies: vue >= v3.2
or @vue/composition-api >= v1.1
as it
uses @vueuse/core
in the background
Installing the Luma Player is as simple as running npm install luma-player
, as you are used to :)
Import the CSS in your App.vue
:
import "luma-player/dist/style.css";
And start using the Component where ever you like:
import LumaPlayer from "luma-player";
- Built specifically for Vue, no weird
onMounted
shenanigans - Highly reactive
- Lightweight
- Covers most edge cases
You can find the full documentation on the dedicated documentation page alongside some interactive examples
If you would like to contribute to this project feel free to take a look at the open issues or throw some of your ideas where this could go into there.