Không có mô tả

xiongzhu f81498e026 first commit 2 năm trước cách đây
.github f81498e026 first commit 2 năm trước cách đây
.vscode f81498e026 first commit 2 năm trước cách đây
electron f81498e026 first commit 2 năm trước cách đây
public f81498e026 first commit 2 năm trước cách đây
src f81498e026 first commit 2 năm trước cách đây
.gitignore f81498e026 first commit 2 năm trước cách đây
CHANGELOG.md f81498e026 first commit 2 năm trước cách đây
LICENSE f81498e026 first commit 2 năm trước cách đây
README.md f81498e026 first commit 2 năm trước cách đây
electron-builder.json5 f81498e026 first commit 2 năm trước cách đây
electron-vite-vue.gif f81498e026 first commit 2 năm trước cách đây
index.html f81498e026 first commit 2 năm trước cách đây
package.json f81498e026 first commit 2 năm trước cách đây
tsconfig.json f81498e026 first commit 2 năm trước cách đây
tsconfig.node.json f81498e026 first commit 2 năm trước cách đây
vite.config.ts f81498e026 first commit 2 năm trước cách đây

README.md

electron-vite-vue

🥳 Really simple Electron + Vue + Vite boilerplate.

GitHub Build GitHub Discord

Features

📦 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

Quick Start

npm create electron-vite

electron-vite-vue.gif

Debug

electron-vite-react-debug.gif

Directory

+ ├─┬ 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

FAQ