|
|
пре 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