Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isolcat/vue2-element-music

基于Vue2、element UI的高仿网易云播放器(PC)
https://github.com/isolcat/vue2-element-music

javascript music-player vue vue-music vue2 vuejs

Last synced: about 2 months ago
JSON representation

基于Vue2、element UI的高仿网易云播放器(PC)

Awesome Lists containing this project

README

        

# 网易云项目
## 简介
该项目为拙劣的模仿,由于当前技术力不足,后期会进行慢慢的优化,相关接口的调用方法与部分的代码记录可以查看**网易云项目开发日志.md**
### 项目所使用的网易云接口:https://binaryify.github.io/NeteaseCloudMusicApi/#/
### 该项目最终部署在netlify上
### **项目预览**:https://isolcatmusic.netlify.app

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).