VUE3-MUSIC

VUE3+TS based on the development of music player, interface imitation QQ music MAC client.

VUE3 is the default version, make a project to familiarize yourself with it, in case you need it

Online experience: smallruraldog. Making. IO/vue3 – music github:github.com/SmallRuralD…

Set the browser size to 1050 x 670 for a better experience! The interface is adaptive and is implemented using tailwindcss.com

Mobile terminal is not adapted. In the future, Flutter will be used to develop mobile client separately, and Electron will be used to pack desktop client with built-in API service

For security reasons, no API service is provided. You need to prepare your OWN API service address, which is HTTPS. If the SERVICE does not have HTTPS, it can be run locally

The local installation

git clone https://github.com/SmallRuralDog/vue3-music.git
cd vue3-music
yarn
yarn run dev
Copy the code

NetEase Cloud Music API

You need to run the API service to experience the experience

Development of the document

UI

The night mode

PS

Many features are being refined

Learn the power of VUE3 with this open source project.. Come on!