Overview
0.2.8 is latest version
Public
last update was 3 weeks ago
vue-music-flow
Modern Vue 3 / Nuxt 3 audio player component with playlist and waveform visualization.
Compatibility
vue-music-flow works with version Vue 3+ or Nuxt 3+
How to install
Recommended Node.js version is v22.x or higher
Vue 3
npm i vue-music-flow
Nuxt 3
npx nuxi module add nuxt-music-flow
How to use
Vue 3
Component.vue
<template>
<MusicFlow
:options="{
autoplay: true,
}"
/>
</template>
<script setup lang="ts">
import "vue-music-flow/dist/vue-music-flow.css";
import { MusicFlow } from "vue-music-flow";
</script>
Nuxt 3
Component.vue
<template>
<MusicFlow
:options="{
autoplay: true,
}"
/>
</template>
For more advanced customization visit documentation
Click here to visit documentation
Development
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint
Want to support my work?
Keywords
vue3 nuxt3 audio player music player playlist waveform vue-component
Install
Repository
Homepage
Weekly Downloads
11
Latest Version
0.2.8
Created
last month
Latest Publish
3 weeks ago
Dependencies (5)
Dev Dependencies (21)
- @tsconfig/node22^22.0.0
- @types/jsdom^21.1.7
- @types/node^22.13.4
- @vitejs/plugin-vue^5.2.1
- @vitest/eslint-plugin1.1.31
- @vue/eslint-config-prettier^10.2.0
- @vue/eslint-config-typescript^14.4.0
- @vue/test-utils^2.4.6
- @vue/tsconfig^0.7.0
- eslint^9.20.1
- eslint-plugin-vue^9.32.0
- jiti^2.4.2
- jsdom^26.0.0
- npm-run-all2^7.0.2
- prettier^3.5.1
- prettier-plugin-tailwindcss^0.6.11
- typescript~5.7.3
- vite^6.1.0
- vite-plugin-vue-devtools^7.7.2
- vitest^3.0.5
- vue-tsc^2.2.2