# 先克隆本项目 git clone https://github.com/lulu-ls/cloud-uploader.git # 进入项目目录 cd cloud-uploader # 安装相关依赖,这里使用 npm npm install # 启动项目,或直接进行下边的构建 npm run start # 为 mac 系统构建项目(使用的是 electron-builder 默认构建到 dist 目录下) npm run pkg_mac # 为 linux 系统构建项目 npm run pkg_linux