mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-01-01 19:05:03 +08:00
Created 使用方法 (markdown)
parent
5c8405f76e
commit
febf235b70
13
使用方法.md
Normal file
13
使用方法.md
Normal file
@ -0,0 +1,13 @@
|
||||
## 下载已构建版本
|
||||
- 已构建的版本发布在 [GitHub Release](https://github.com/ix64/unlock-music/releases/latest), 下载解压缩后即可部署或本地使用
|
||||
- `legacy`版本 能通过file协议访问,既本地运行
|
||||
- `modern`版本,只能通过http/https协议访问
|
||||
- 建议在线部署,以启用Web Worker,获得更好性能
|
||||
|
||||
## 自行构建
|
||||
- 环境要求
|
||||
- nodejs
|
||||
- npm
|
||||
1. 获取项目源代码后执行 `npm install` 安装相关依赖
|
||||
2. 执行 `npm run build` 即可进行构建,构建输出为 dist 目录
|
||||
- `npm run serve` 可用于开发
|
Loading…
Reference in New Issue
Block a user