音乐播放器项目展示

音乐播放器项目展示

  • 项目展示
  • 后端接口
  • 前端部分

项目展示

  • 项目地址 https://gitee.com/thinkerwing/test
    音乐播放器项目展示_第1张图片

后端接口

  • 网易云接口官方文档

https://binaryify.github.io/NeteaseCloudMusicApi/#/
以前写过比较详细的使用api接口的笔记
https://blog.csdn.net/daddykei/article/details/105815598?spm=1001.2014.3001.5501

git  clone   https://github.com/Binaryify/NeteaseCloudMusicApi.git  /* 下载 */

cd NeteaseCloudMusicApi /* 进入项目的根目录*/

yarn 或者 npm install  /*安装依赖*/

node app.js   /* 运行项目,启动该 */


音乐播放器项目展示_第2张图片

前端部分

  • vue ui 搭建项目
    https://blog.csdn.net/daddykei/article/details/105647213?spm=1001.2014.3001.5501
    以前写过的比较详细的使用vue ui的笔记
    音乐播放器项目展示_第3张图片

音乐播放器项目展示_第4张图片

你可能感兴趣的:(vue.js,es6,html5,node.js,git)