|
|
il y a 2 ans | |
|---|---|---|
| .github | il y a 2 ans | |
| .vscode | il y a 2 ans | |
| electron | il y a 2 ans | |
| public | il y a 2 ans | |
| src | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| CHANGELOG.md | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| electron-builder.json5 | il y a 2 ans | |
| electron-vite-vue.gif | il y a 2 ans | |
| index.html | il y a 2 ans | |
| package.json | il y a 2 ans | |
| tsconfig.json | il y a 2 ans | |
| tsconfig.node.json | il y a 2 ans | |
| vite.config.ts | il y a 2 ans |
🥳 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