🥳 Really simple Electron
+ Vue
+ Vite
boilerplate.
更新: Geeker-Admin: https://github.com/HalseySpicy/Geeker-Admin.git 更新: electron-vite-vue https://github.com/electron-vite/electron-vite-vue.git
cd Geeker-Admin
pnpm install
pnpm dev
pnpm build
## Directory
```diff
+ ├─┬ 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