h5 版本的网易云音乐,基于 React hooks + typescript + redux +immer
🏠 在线预览
只有界面,没有接口服务,需本地启动查看
由于之前的云服务器到期了,需要本地启动接口服务,详见
https://github.com/Binaryify/NeteaseCloudMusicApi
需要拉取项目到本地并启动接口服务,步骤如下:
1. git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git
2. npm install
3. npm run start
接口服务默认启动端口是 3000,这个在文件 src/utils/request.ts 有定义,可自行修改
1. git clone https://github.com/uglyspoon/h5-cloud-music-ts.git
2. npm install
npm run start
Give a ⭐️ if this project helped you!