|
|
2 роки тому | |
|---|---|---|
| .github | 2 роки тому | |
| .vscode | 2 роки тому | |
| electron | 2 роки тому | |
| public | 2 роки тому | |
| src | 2 роки тому | |
| .gitignore | 2 роки тому | |
| CHANGELOG.md | 2 роки тому | |
| LICENSE | 2 роки тому | |
| README.md | 2 роки тому | |
| electron-builder.json5 | 2 роки тому | |
| electron-vite-vue.gif | 2 роки тому | |
| index.html | 2 роки тому | |
| package.json | 2 роки тому | |
| tsconfig.json | 2 роки тому | |
| tsconfig.node.json | 2 роки тому | |
| vite.config.ts | 2 роки тому |
🥳 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