π₯³ Really simple Electron
+ Vue
+ Vite
boilerplate.
π¦ 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