diff --git a/使用方法.md b/使用方法.md new file mode 100644 index 0000000..6343dab --- /dev/null +++ b/使用方法.md @@ -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` 可用于开发 \ No newline at end of file