|
|
hace 2 años | |
|---|---|---|
| .github | hace 2 años | |
| .vscode | hace 2 años | |
| electron | hace 2 años | |
| public | hace 2 años | |
| src | hace 2 años | |
| .gitignore | hace 2 años | |
| CHANGELOG.md | hace 2 años | |
| LICENSE | hace 2 años | |
| README.md | hace 2 años | |
| electron-builder.json5 | hace 2 años | |
| electron-vite-vue.gif | hace 2 años | |
| index.html | hace 2 años | |
| package.json | hace 2 años | |
| tsconfig.json | hace 2 años | |
| tsconfig.node.json | hace 2 años | |
| vite.config.ts | hace 2 años |
🥳 Really simple Electron + Vue + Vite boilerplate.
📦 Out of the box
🎯 Based on the official template-vue-ts, less invasive
🌱 Extensible, really simple directory structure
💪 Support using Node.js API in Electron-Renderer
🔩 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 Preload-Scripts
├─┬ src
│ └── main.ts entry of Electron-Renderer
├── index.html
├── package.json
└── vite.config.ts