Vue 仿网易云音乐 WebApp

项目地址

https://github.com/Yin-Hongwei/vue-wangyiyun

项目说明

本项目后端调用的接口来源于 【这里】,前端使用 Vue 框架,实现了一个仿网易云音乐 WebApp。

项目截图

 
image
 
image
 
image
 
image
 
image

功能

  • 页面的展示
  • 音乐搜索
  • 音乐播放
  • 歌词显示

技术栈

vue + vue-router + vuex + axios + mint-ui

安装

1、下载后端项目

 
# 下载后端项目
git clone https://github.com/Binaryify/NeteaseCloudMusicApi.git

# 安装依赖
npm install

# 启动项目
node app.js

 

2、下载本项目到本地

# 下载项目
git clone https://github.com/Yin-Hongwei/vue-wangyiyun.git

# 安装依赖
npm install

# 启动项目
npm run dev

 

posted @ 2018-07-29 19:44  Yin-Hongwei  阅读(899)  评论(0)    收藏  举报