Skip to content

fandaxia/NeteaseCloudMusic

Repository files navigation

nc-music

Vue.js全家桶高仿网易云音乐移动端,实现了推荐歌单歌曲,排行,搜索等页面;播放器主要功能的实现(播放暂停、上一曲、下一曲、歌词、播放列表、歌曲进度拖拽等)

部署在BAE,速度较慢,浏览请耐心等待,不要频繁操作,移动端请用系统默认浏览器

技术栈

  • Vue vue-router vuex axios muse-ui等

服务器

感谢Binaryify的开源网易云音乐api项目,先下载并开启该nodejs服务器才能正常运行我的移动端项目 地址:https://github.com/Binaryify/NeteaseCloudMusicApi

运行截图

image image image

Build Setup

# 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.