um-react-electron/README.MD

35 lines
845 B
Plaintext
Raw Permalink Normal View History

2023-12-28 01:57:50 +00:00
https://github.com/dfvips/um-react-electron 的镜像
2023-08-29 22:25:50 +00:00
# Unlock Music 音乐解锁 Electron 应用程序
- 在Electron应用程序中解锁加密的音乐文件。 Unlock encrypted music file in the Electron App.
- 无需依赖浏览器,开箱即可使用。
2023-12-28 01:57:50 +00:00
## 下载地址
https://github.com/CarlGao4/um-react-electron/releases
2023-08-29 22:25:50 +00:00
## 自行构建Electron应用程序
- 环境要求
2023-08-29 22:49:26 +00:00
- Linux、MacOs
2023-08-29 22:25:50 +00:00
- python3、nodejs、npm
- 开发环境
```sh
2023-12-28 01:57:50 +00:00
git submodule update --init
cd um-react
pnpm install --frozen-lockfile
2023-08-29 22:49:26 +00:00
cd ../ && npm install
2023-08-29 22:25:50 +00:00
npm run start / npm run dev
```
- 打包
```sh
2023-12-28 01:57:50 +00:00
npm run build
npm run build:win
npm run build:mac
npm run build:linux
2023-08-29 22:25:50 +00:00
```
- 前端静态页面构建后的产物可以在 `src/renderer` 目录找到。
- Electron构建后的产物可以在 `release` 目录找到。