A beautiful HTML5 music player for Vue.js

vue-aplayer

This is the branch for @moefe/vue-aplayer 2.0.

Status: Beta

Most of the planned features are in place but there may still be bugs.

Install

yarn add @moefe/vue-aplayer

Usage

import Vue from 'vue';
import APlayer from '@moefe/vue-aplayer';

Vue.use(APlayer, {
  defaultCover: 'https://github.com/u3u.png', // set the default cover
  productionTip: false, // disable console output
});

Related Projects

GitHub