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

https://github.com/naihe138/neteasecloudmusic

😝👏Building a desktop music app with electron+vue3.0
https://github.com/naihe138/neteasecloudmusic

desktop-app electron nodejs typescript vue-router vue3 vuex3 webpack

Last synced: 4 months ago
JSON representation

😝👏Building a desktop music app with electron+vue3.0

Awesome Lists containing this project

README

          

## 这是用electron+vue3.0构建的网易音乐桌面版

### clone

````js

git clone git@github.com:naihe138/NeteaseCloudMusic.git

````

### install

````js

// 为了安装electron-download模块成功

npm config set registry https://registry.npm.taobao.org

npm install

````