l-vue-aplayer
v1.0.1-beta.5
Published
A beautiful HTML5 music player for Vue.js
Downloads
5
Maintainers
Readme
原版本 -> This is the branch for
@moefe/vue-aplayer
2.0. 由 lxy 2020.4.21 新增修改报错内容
Status: Beta
Most of the planned features are in place but there may still be bugs.
Documentation
Docs are available at aplayer.moefe.org/docs/
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
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):
| さくら💻 📖 💡 | DIYgod🎨 🤔 | Rex Zeng🐛 | Nuno Jesus🎨 | | :---: | :---: | :---: | :---: |
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).