- Notifications
You must be signed in to change notification settings - Fork27
📚 Really simple Electron + Vite boilerplate.
License
NotificationsYou must be signed in to change notification settings
caoxiemeihao/electron-vite-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🥳 Really simpleElectron
+Vite
boilerplate.
📦 Out of the box
🚀 Quick Start ofvite-plugin-electron
🎯 Based on the officialtemplate-vanilla-ts, less invasive
# clone the projectgit clone https://github.com/electron-vite/electron-vite-boilerplate.git# enter the project directorycd electron-vite-boilerplate# install dependencynpm install# developnpm run dev
+ ├─┬ 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
🚨 By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below.Because it will modify the default config of Vite.
# vite.config.tselectron({- renderer: {}})
About
📚 Really simple Electron + Vite boilerplate.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.