An Electron application with Vue3 and TypesSript
- 📁 scaffolding - create-electron, scaffolding your project quickly
- 🚀 build - electron-vite, fast and easy-to-use build tool integrated with Vite 3
- 💡 development - electron-toolkit, useful API, help you develop
- 📦 pack - electron-builder, preset common configuration, easy to pack
- 📁 创建 - create-electron,快速构建项目
- 🚀 构建 - electron-vite,与 Vite 集成,快速且简单易用的构建工具
- 💡 开发 - electron-toolkit,提供丰富实用 API,辅助开发
- 📦 打包 - electron-builder,预置打包配置,轻松完成打包
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux