基于 React 的网易云音乐移动端 web app
Vue 版本:
项目技术都比较简单,适合新手拿来练手的入门级 React 开发实战项目;
主要功能有:推荐歌单、搜索歌曲、播放页等;
在线预览效果
PC 端请使用 Chrome 手机模式;
如果喜欢可以右上角给个 :star:Star:star:, 谢谢!
用到的部分技术
构建工具:create-react-app;
框架:React + React router + Redux;
http 请求:axios;
部分 UI 组件:Antd Mobile;
运行此项目
git clone https://github.com.cnpmjs.org/janyin/react-music-app
cd react-music-app
npm install or yarn
npm run start (开发编译) or yarn start
npm run bu
1