vue-musicplayer
Local music player based on Vue2, vuex, vue-router, element-ui
1.Supported functions
- Import local songs
- Display a list of locally imported songs
- Display a list of currently playing songs
- Show list of recently played songs
- Use the previous song, start/pause, next song and other three buttons to control the relevant
2.Installation method
After cloning the repository, enter the root directory and execute:
yarn/yarn install
3. Partial effects
3.1Initial interface
3.2 Import local music files (note that you need to select the folder, non-audio files (non-.mp3, .flac, .aac, .ape, etc.) will be filtered out)
3.3 Click the play button in the song list to start playing
3.4 The song will also be added to the playlist at this time (no repeated addition)
3.5 The song will also be added to the recent playlist (will be added repeatedly)
3.6 can also be controlled through the three buttons below
When there are no songs in the playlist, the song name will be displayed as unknown. At this time, clicking the play button directly will not play. You need to click the play button on a certain song in the song list.