mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-20 21:30:28 +08:00
be8087898521cdb2d6bdb6a46cfe8af95a4ee2ce
ChatLab
聊天记录分析工具
技术栈
- 框架: Electron + Vue 3 + TypeScript
- 构建工具: electron-vite
- UI 框架: Nuxt UI + Tailwind CSS
- 状态管理: Pinia
开发
# 安装依赖
pnpm install
# 启动开发环境
pnpm dev
# 构建应用
pnpm build
构建发布
# 构建 macOS 版本
pnpm build:mac
# 构建 Windows 版本
pnpm build:win
# 构建 Linux 版本
pnpm build:linux
# 构建所有平台
pnpm build:all
备注
- electron 启动/build错误
npm install electron-fix -g
electron-fix start # 会自动安装electron依赖
License
MIT
Languages
TypeScript
63.2%
Vue
35.8%
JavaScript
0.6%
Shell
0.2%
CSS
0.2%