Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/safaring/Vue2-MV
- Owner: safaring
- Created: 2017-04-20T14:54:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T16:16:00.000Z (over 7 years ago)
- Last Synced: 2024-08-02T09:25:48.739Z (6 months ago)
- Language: Vue
- Size: 35.2 KB
- Stars: 107
- Watchers: 5
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - Vue2-MV - MV?style=social) - 仿网易云音乐MV的webapp (Demo示例)
- awesome-github-vue - Vue2-MV - 仿网易云音乐MV的webapp (Demo示例)
- awesome-github-vue - Vue2-MV - 仿网易云音乐MV的webapp (Demo示例)
- awesome - Vue2-MV - 仿网易云音乐MV的webapp (Demo示例)
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)