nunojesus / vue-aplayer

🍰 A beautiful HTML5 music player for Vue.js

Home Page:https://aplayer.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-aplayer

Build Status All Contributors

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

Status: developing

Now only completed the basic functions of the player, the core functions are being developed, will be completed as soon as possible.

Install

yarn add @moefe/vue-aplayer

Usage

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

Vue.use(APlayer, {
  hls: true, // hls support
  colorThief: true, // enable self-adapting theme according to cover
  productionTip: false, // disable console output
});

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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).

qwq.cat Β· GitHub @u3u

About

🍰 A beautiful HTML5 music player for Vue.js

https://aplayer.netlify.com

License:MIT License


Languages

Language:TypeScript 49.7%Language:JavaScript 29.3%Language:CSS 19.8%Language:HTML 1.2%