Skip to content

lixajh/vue-aplayer

 
 

Repository files navigation

Vue-APlayer

Vue implementation of APlayer prototype. Demo

Travis npm devDependency Status npm Discord

Vue-APlayer

Features

  • Clean and simple UI
  • Playlist
  • Lyrics scroll
  • Custom theme color / Self-adapting theme color
  • Drag and place anywhere
  • Mutex play
  • HLS support

Using Vue-APlayer in your project? Let me know!

Usage

<aplayer autoplay
  :music="{
    title: 'secret base~君がくれたもの~',
    artist: 'Silent Siren',
    src: 'https://moeplayer.b0.upaiyun.com/aplayer/secretbase.mp3',
    pic: 'https://moeplayer.b0.upaiyun.com/aplayer/secretbase.jpg'
  }"
/>

Full documentation

中文文档

Contribute

Feel free to open an issue if you find a bug or have a nice idea.

PRs are welcome.

Thanks

APlayer, for appearance&api design inspiration and prototyping.

@DIYgod, for creating APlayer and sharing cloud storage for hosting my demo page media resources.

License

MIT Licensed. Copyright (c) 2016-present Shenghao "Doma" Lei

About

🍰 Easy-to-config music player for Vue 2.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 87.4%
  • JavaScript 11.9%
  • Other 0.7%