Nuxt3 中文课程《实战全栈开发简书》限时优惠

nuxt-music-flow
nuxt-music-flow

Nuxt 3 module for audio player component with playlist and waveform visualization.

nuxt-music-flow

npm versionnpm downloadsLicenseNuxt

Nuxt 3 module for audio player component with playlist and waveform visualization. for doing amazing things.

Preview

🏀   Codesandbox Playground

✨  Documentation

✨  Original Repository

✨  Module Repository

Features

  • Audio Player
  • Single / Playlist mode
  • Waveform Support
  • Fully customizable (CSS / Waveform)

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add nuxt-music-flow

That's it! You can now use nuxt-music-flow in your Nuxt app ✨

How to use?

Click here to check implementation

Contribution

Local development
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release