网易云音乐 vue3+vite+em plus
This article discusses a simple project based on the design of Netease Cloud Music. The project, built independently after completing a Vue learning course, uses Vue3 for the frontend, ElementPlus for UI components, and Vuex for state management. The backend relies on APIs provided by a well-known developer named Binaryify. The author seeks feedback to improve the project further.
To install the theme, follow these steps:
git clone [repository_url]
cd project_directory
npm install
npm run serve
The project is a Vue-based implementation mimicking the Netease Cloud Music interface. It features functionalities such as searching, personal profile management, cloud storage song management, detailed song information viewing, and a community section to watch videos while listening to music. The project leverages Vue3, ElementPlus for UI components, and Vuex for state management.