Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 653 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 653 Bytes

electron-vite-starter

A Better Electron Vite Starter Template.

├─┬ electron
│ ├─┬ main
│ │ └── index.ts    entry of Electron-Main
│ └─┬ preload
│   └── index.ts    entry of Preload-Scripts
├─┬ src
│ └── main.ts       entry of Electron-Renderer
├── index.html
├── package.json
└── vite.config.ts

electron-builder.json configuration, please see Common Configuration.

Security

Security