UNOFFICAL clinet for music.163.com made with Electron and Vue
Electron Netease Cloud Music
UNOFFICAL client for music.163.com . Powered by Vue and Electron .
Installation
Arch Linux
electron-netease-cloud-musicAUR is avalible in AUR now!
Clone the repo
git clone https://aur.archlinux.org/electron-netease-cloud-music.git
or install with your favorite AUR helper
yay -S electron-netease-cloud-music
Other GNU/Linux distro or macOS
Download prebuilt binary packages (include bundled electron) there ->
asar archive without electron
Install electron with npm
or your distro's package manager first.
Jump to release page and download asar
package, then run with
electron /path/to/electron-netease-cloud-music_*.asar
Development & Build
# install dependencies
yarn
# serve with hot reload at http://localhost:24353
yarn dev
# bundle JavaScript and CSS
yarn run pack
# package the app
yarn run build linux
yarn run build darwin