模仿网易云音乐pc版的一个项目,技术选型:react+react-router+redux+axios+antd+less
git clone https://github.com/wandiao/nec-music.git
cd nec-music
npm install (安装依赖模块)
npm run start (开发版本访问:http://localhost:3000/)
npm run build (发布生产版本)
非常感谢Binaryify提供的网易云音乐接口,传送门:https://github.com/Binaryify/NeteaseCloudMusicApi
我在此基础上做了一点点改动,项目地址:https://github.com/wandiao/NeteaseCloudMusicApi
git clone https://github.com/wandiao/NeteaseCloudMusicApi.git
cd NeteaseCloudMusicApi
git checkout dev(切换到dev分支)
npm install(安装依赖模块)
node app.js(默认访问地址http://localhost:7010)
-
发现音乐/推荐
-
发现音乐/排行榜
-
发现音乐/歌单
-
发现音乐/主播电台
-
发现音乐/歌手
-
发现音乐/新碟上架
-
歌单详情
-
歌曲详情
-
节目详情
-
电台详情
-
mv详情
-
专辑详情
-
用户页
-
歌手详情
-
搜索页
持续完善中。。。
第一次尝试用react做项目,感觉可能有点乱,求大神指教。。。