# 音乐播放器 **Repository Path**: typhome/music-player ## Basic Information - **Project Name**: 音乐播放器 - **Description**: 利用vue2实现的网易播放器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, Axios ## README # 音乐播放器 **本项目由 [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) 提供 API** 实现的功能: - 首页轮播图 - 推荐歌单详细页面 - 播放列表 - 音乐播放暂停 - 音乐播放模式 - 调控音乐进度 - 调控音乐音量 - 正在播放页面 **技术栈** - Vue2+vuex+vue-router - axios - swiper ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).