@thatzokay/vue-aplayer
v3.3.0
Published
A beautiful HTML5 music player for Vue.js
Downloads
15
Maintainers
Readme
This is the branch for
@thatzokay/vue-aplayer3.
Status: Beta
Most of the planned features are in place but there may still be bugs.
Documentation
Docs are available at aplayer.thatzokay.nl/docs/
Install
npm i @thatzokay/vue-aplayerUsage
import Vue from 'vue';
import { VueAPlayerPlugin } from '@thatzokay/vue-aplayer';
createApp(App)
.use(VueAPlayerPlugin, {
defaultCover: 'https://github.com/u3u.png'
})
.mount('#app');Related Projects
- APlayer: Original project, thanks @DIYgod
- Vue-Aplayer: Another Vue implementation of APlayer by @SevenOutman
- Vue-Aplayer: Originally forked from @MoePlayer
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
Author
vue-aplayer © u3u, Released under the MIT License. Authored and maintained by u3u with help from contributors (list).
