Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/safaring/Vue2-MV

基于Vue2实现的网易云音乐MV的webapp
https://github.com/safaring/Vue2-MV

Last synced: 3 months ago
JSON representation

基于Vue2实现的网易云音乐MV的webapp

Awesome Lists containing this project

README

        

# Vue2-MV

> 基于Vue2实现的网易云音乐MV的webapp。[在线地址](https://mv.mrcxh.com/)

### 主页功能
- 浏览MV列表
- 搜索MV
- 观看MV
- 浏览MV评论

### 技术栈
vue2 + vue-router + webpack + ES6 + sass + rem + html5 video

## 截图
![首页/列表](http://wx3.sinaimg.cn/mw690/6457b6bfgy1fes9q77k5oj208w0fs3zt.jpg)
![MV播放页](http://wx4.sinaimg.cn/mw690/6457b6bfgy1fes9q7u9agj208w0fsabj.jpg)

## 安装运行(Build Setup)

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:5000
npm run dev

# build for production with minification
npm run build

```

## 鸣谢

提供API的网站: [https://api.imjad.cn/](https://api.imjad.cn/) ,此接口的说明[查看](https://api.imjad.cn/cloudmusic/index.html)