Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.21 KB

README.md

File metadata and controls

56 lines (39 loc) · 2.21 KB

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