mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-21 11:26:47 +08:00
507 B
507 B
ChatLens
聊天记录分析工具
技术栈
- 框架: 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
License
MIT