https://github.com/hsiangleev/desktool
使用electron和vue3编写的桌面工具
https://github.com/hsiangleev/desktool
electron element-plus typescript vite vue3
Last synced: about 2 months ago
JSON representation
使用electron和vue3编写的桌面工具
- Host: GitHub
- URL: https://github.com/hsiangleev/desktool
- Owner: hsiangleev
- License: mit
- Created: 2025-09-04T08:04:08.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2025-09-28T02:22:40.000Z (9 months ago)
- Last Synced: 2025-09-28T04:14:17.306Z (9 months ago)
- Topics: electron, element-plus, typescript, vite, vue3
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 简介
使用vite + vue3 + typescript + electron编写的桌面管理工具,[下载地址](https://github.com/hsiangleev/desktool/releases)。
## 本地开发调试
```bash
# 克隆项目
git clone https://github.com/hsiangleev/desktool.git
# 进入项目目录
cd desktool
# 安装依赖
npm install
# 前端启动服务
npm run dev
# 后端启动服务
npm run electron:dev
```
## 打包
```bash
# 发布
npm run build
```
## 主界面样式