:cake: Easy-to-use music player for Vue 2.x
Vue-APlayer is a Vue implementation of the APlayer prototype, offering a feature-rich audio player with a clean UI and various customization options. It boasts a lightweight and dependency-free structure, making it an ideal choice for projects seeking simplicity and efficiency.
To install Vue-APlayer, you can use npm with the following command:
npm install vue-aplayer
Once installed, you can import it into your Vue component as follows:
import VueAPlayer from 'vue-aplayer';
Then, include the VueAPlayer component in the components section of your Vue file.
Vue-APlayer is a versatile audio player component for Vue projects, offering a range of features such as a clean UI, lyrics scrolling, playlist management, and customizable theme colors. With its lightweight and dependency-free nature, it provides a convenient solution for integrating audio players into Vue applications.