An Electron application with Vue3 and TypesSript
- 📁 Scaffolding - create-electron, scaffolding your project quickly
- Currently supported framework:
Vue
,React
,Svelte
,Solid
- Currently supported framework:
- 🚀 Build - electron-vite, fast and easy-to-use build tool integrated with Vite 3
- Fast HMR
- Hot Reloading
- Easy to Debug
- Source code protection (compile to V8 bytecode to protect source code)
- 💡 Development - electron-toolkit, useful API, help you develop
- 📦 Pack - electron-builder, pre-configured to pack your app
- 📁 创建 - create-electron,快速构建项目
- 目前支持的框架:
Vue
,React
,Svelte
,Solid
- 目前支持的框架:
- 🚀 构建 - 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