# svmusic **Repository Path**: svanrj/svmusic ## Basic Information - **Project Name**: svmusic - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # svmusic svmusic是使用网易云音乐音乐源的API制作的web音乐播放器,项目使用vue全家桶开发。 所用到的技术: - axios - swiper - vue - vuex - vue-lazyload - vuerouter - iconfont(图标) 实现的界面: - [x] 首页 - [x] 歌单界面 - [ ] 播放历史界面 - [ ] 搜索界面 - [ ] 收藏界面 - [ ] 播放历史界面 - [ ] 歌曲评论界面 实现的功能: - [x] 播放 - [x] 歌曲切换 - [x] 播放进度条 - [ ] 播放模式切换 - [x] 相关歌曲推荐 - [ ] 歌曲收藏 部分界面展示: 首页 ![首页](https://s1.ax1x.com/2020/10/17/0LF83j.png) 歌单界面 ![歌单界面](https://s1.ax1x.com/2020/10/17/0LFGgs.png) 歌单详情界面: ![歌单详情界面](https://s1.ax1x.com/2020/10/17/0LF3CQ.png) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).