Skip to content

Commit 8a33028

Browse files
authored
Merge pull request #36 from electron-vite/dev
docs: why-electron-vite
2 parents d920bfd + 3b31983 commit 8a33028

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

guide/why-electron-vite.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ Vite 的生态系统和社区正在爆炸式增长 - 正如 <a href="https://git
2727
## Features
2828

2929
- 📦 Out of the box
30-
- 🔥 Hot restart, HMR
31-
- 💪 Full Electron's Main process, Renderer process, Preload scripts support
32-
- 🎯 Based on the Vite's official template - Vue, React, Vanilla
30+
- 🔥 Hot restart - Main process
31+
- ⏱ HMR - Renderer process
32+
- ⭕️ Hot reload - Preload script
33+
- 💪 Full Node.js API supported in Main process, Renderer process, Preload script
34+
- 🎯 Based on the Vite's official templates - Vue, React, Vanilla
3335

3436
## Introductions
3537

36-
Whether you want to build an Electron application quickly or want to optimize an existing one, this project is a good choice. It's very easy to configure and also provides a lot of very useful features such as: hot reloading of main and rendering processes, Debug in development environments, support for C/C++ Native addons, etc. It also provides support for Vue / React frameworks. It makes developing Electron much easier and faster - [BlackHole1@electron](https://github.com/BlackHole1)
38+
Whether you want to build an Electron application quickly or want to optimize an existing one, this project is a good choice. It's very easy to configure and also provides a lot of very useful features such as Main process **Hot-restart**, Renderer process **HMR**, Debug in development environments, support for C/C++ Native addons, etc. It also provides support for Vue / React frameworks. It makes developing Electron much easier and faster - [BlackHole1@electron](https://github.com/BlackHole1)
3739

3840
<details>
3941
<summary>

0 commit comments

Comments
 (0)