# cloudMusic **Repository Path**: jager-Cheng/cloudMusic ## Basic Information - **Project Name**: cloudMusic - **Description**: 这是一个仿网易云音乐的移动web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudmusic > 一个仿网易云音乐的vue项目(个人练手) # 关于项目 该项目为个人练手项目,使用vue全家桶(Vue+VueRouter+Vuex),实现部分网易云音乐功能如:歌单推荐,点击听歌,搜索歌曲,查看歌词等。 API 版权来源于 [https://github.com/messoer]( https://github.com/messoer)。 再次感谢大佬**鼻子亲了脸**,推荐他的个人主页 [https://www.bzqll.com/2019/01/259.html#comments]( https://www.bzqll.com/2019/01/259.html#comments). 项目界面设计来自网易云音乐APP,部分代码逻辑如Vuex部分参考慕课网HuangYi老师。 页面在线演示地址[cloudMusic](https://jager-cheng.gitee.io/cloudmusicpage)。 # 如何安装 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).