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
- Host: GitHub
- URL: https://github.com/naihe138/neteasecloudmusic
- Owner: naihe138
- Created: 2019-06-18T08:42:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:27:31.000Z (over 3 years ago)
- Last Synced: 2025-08-25T03:12:57.718Z (10 months ago)
- Topics: desktop-app, electron, nodejs, typescript, vue-router, vue3, vuex3, webpack
- Language: JavaScript
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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
````