Vue.js全家桶高仿网易云音乐移动端,实现了推荐歌单歌曲,排行,搜索等页面;播放器主要功能的实现(播放暂停、上一曲、下一曲、歌词、播放列表、歌曲进度拖拽等)
部署在BAE,速度较慢,浏览请耐心等待,不要频繁操作,移动端请用系统默认浏览器
- Vue vue-router vuex axios muse-ui等
感谢Binaryify的开源网易云音乐api项目,先下载并开启该nodejs服务器才能正常运行我的移动端项目 地址:https://github.com/Binaryify/NeteaseCloudMusicApi
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
For a detailed explanation on how things work, check out the guide and docs for vue-loader.