🥳 Really simple Electron
+ Vue
+ Vite
boilerplate.
English | 简体中文
📦 Out of the box
🎯 Based on vue-ts template, less invasive
🌱 Extensible, really simple directory structure
💪 Support using Node.js API in Renderer-process
🔩 Support C/C++ native addons
🖥 It's easy to implement multiple windows
npm create electron-vite
+ ├─┬ electron
+ │ ├─┬ main
+ │ │ └── index.ts entry of Electron-main
+ │ └─┬ preload
+ │ └── index.ts entry of Electron-preload
├─┬ src
│ └── main.ts entry of Electron-renderer
├── index.html
├── package.json
└── vite.config.ts
Used in Main-process 👉 electron-vite-boilerplate
Used in Renderer-process 👉 electron-vite-boilerplate/tree/nodeIntegration
List the modules you may use as far as possible