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
- APlayer: Original project, thanks @DIYgod
- Vue-Aplayer: Another Vue implementation of APlayer by @SevenOutman