vue-music-flow
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

vue-music-flow

Modern Vue 3 / Nuxt 3 audio player component with playlist and waveform visualization.

Preview

Documentation

GitHub Repository

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?

Package Sidebar

Install

npm i vue-music-flow

Weekly Downloads

10

Version

0.2.8

License

MIT

Unpacked Size

120 kB

Total Files

29

Last publish

Collaborators

  • ndragun92