mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-01 09:55:16 +08:00
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
electronjavascriptlinuxmacmacosmusicmusic-playernetease-musicplayerprogressive-web-apppwapwa-appsvuevue-clivue-routervuexweb-music-playerwindows
.github | ||
build/icons | ||
images | ||
netease_api | ||
public | ||
script | ||
src | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
babel.config.js | ||
jsconfig.json | ||
LICENSE | ||
package.json | ||
README.md | ||
vercel.example.json | ||
vue.config.js | ||
yarn.lock |
Fork Bug 维护版
发布只有预览版, 只供测试.
本地开发
-
克隆代码
-
安装依赖
yarn
yarn netease_api:install
- 运行本地开发环境
yarn netease_api:run
yarn electron:server
- 编译打包 windows 版
yarn electron:build-win
x86
yarn electron:build --windows nsis:ia32
- 编译打包 mac 版
yarn electron:build-mac
arm64
yarn electron:build --macos dir:arm64