Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.41 KB

README.md

File metadata and controls

75 lines (45 loc) · 1.41 KB

react网易云音乐

模仿网易云音乐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)

已完成页面

  1. 发现音乐/推荐

  2. 发现音乐/排行榜

  3. 发现音乐/歌单

  4. 发现音乐/主播电台

  5. 发现音乐/歌手

  6. 发现音乐/新碟上架

  7. 歌单详情

  8. 歌曲详情

  9. 节目详情

  10. 电台详情

  11. mv详情

  12. 专辑详情

  13. 用户页

  14. 歌手详情

  15. 搜索页

持续完善中。。。

第一次尝试用react做项目,感觉可能有点乱,求大神指教。。。