Awesome
<p align="center"> <a href="https://aplayer.netlify.com"> <img alt="vue-aplayer" src="https://user-images.githubusercontent.com/34600369/40580777-0dee07f0-613e-11e8-9a8b-a6f866db5986.png" width="500"> </a> </p> <p align="center"> <a href="https://www.npmjs.com/package/@moefe/vue-aplayer"><img alt="NPM version" src="https://img.shields.io/npm/v/@moefe/vue-aplayer.svg?style=for-the-badge" /></a> <a href="https://travis-ci.org/MoePlayer/vue-aplayer"><img alt="Build Status" src="https://img.shields.io/travis/MoePlayer/vue-aplayer/dev.svg?style=for-the-badge"></a> <a href="./LICENSE"><img alt="LICENSE MIT" src="https://img.shields.io/badge/license-mit-blue.svg?style=for-the-badge"></a> <a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge"></a> </p>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.
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):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore -->This project follows the all-contributors specification. Contributions of any kind are welcome!
Author
vue-aplayer ยฉ u3u, Released under the MIT License.<br> Authored and maintained by u3u with help from contributors (list).