npm i vue3-audio-player Usage In your *.vue, you shall import the libraries and CSS: import AudioPlayer from 'vue3-audio-player' import 'vue3-audio-player/dist/style.css' In your template: <template> <AudioPlayer :option="{ src: 'https://your-audio-file.mp3', title: 'your-audio...
vue3-audio-player This template should help get you started developing with Vue 3 in Vite. Recommended IDE Setup VSCode+Volar(and disable Vetur). Type Support for.vueImports in TS TypeScript cannot handle type information for.vueimports by default, so we replace thetscCLI withvue-tscfor type...
mv-universal-player This library is an upgraded version of Universal Player. The new library has below features: Built with Typescript Built in Vue 2.7 version (easy to migrate to Vue 3 when needed) Using Tailwind 3 Can be integrated in Vue 2 (requires 2.7 version) and Vue 3 seamlessly ...
In your*.vue, you shall import the libraries and CSS: importAudioPlayerfrom'vue3-audio-player'import'vue3-audio-player/dist/style.css' In yourtemplate: <template><AudioPlayer:option="{src: 'https://your-audio-file.mp3',title: 'your-audio-title',coverImage: 'https://your-cover-image.p...
vue3-audio-player A beautiful Audio Player Component for Vue3 vue3 audio vue audio player vue3 audio player audio player coolsnow •1.0.7•2 years ago•4dependents•MITpublished version1.0.7,2 years ago4dependentslicensed under $MIT ...
<template> <div style="max-width: 250px"> <Vue3WaveAudioPlayerList wave-type="mirror" :data="demo" :disable-seeking="true" :wave-animation="false" :current-time-visible="true" :duration-time-visible="true" /> </div> </template> <script> import Vue3WaveAudioPlayerList from 'vue3-...