Skip to content

Commit 7322385

Browse files
authored
Merge pull request #51 from electron-vite/dev
feat: new features
2 parents 82bf503 + cd00d29 commit 7322385

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

index.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: home
66
hero:
77
name: "Electron⚡️Vite"
88
text: The easiest way to turn a Vite App into an Electron App
9-
tagline: Full-featured Renderer process support, especially <code>C/C++</code> addons.
9+
# tagline: Full-featured Renderer process support, especially <code>C/C++</code> addons.
1010
image:
1111
src: /electron-vite.animate.svg
1212
alt: electron-vite
@@ -23,19 +23,31 @@ hero:
2323
link: https://github.com/electron-vite
2424

2525
features:
26-
- icon: 🔥
27-
title: Hot Restart
28-
details: Restart the App immediately after modifying the <font color="var(--vp-c-brand)">Main process</font> code
29-
link: /guide/features.html#hot-restart
30-
31-
- icon: 🔄
32-
title: Hot Reload
33-
details: The Renderer process is automatically refreshed to reload the <font color="var(--vp-c-brand)">Preload scripts</font> after the Preload scripts is modified
34-
link: /guide/features.html#hot-reload
35-
36-
- icon: ⚡️
37-
title: HMR
38-
details: The <font color="var(--vp-c-brand)">Renderer process</font> is based on the lightweight and fast HMR provided by Vite
39-
link: /guide/features.html#hmr
26+
- icon: 🚀
27+
title: Best Practices
28+
details: The best practice integration solution between Electron and Vite recommended by <font color="var(--vp-c-brand)">Vite</font>.
29+
30+
- icon: 💯
31+
title: Perfect
32+
details: Full-featured Renderer process support, even <font color="var(--vp-c-brand)">C/C++</font> addons.
33+
34+
- icon: 🥳
35+
title: Really simple
36+
details: <font color="var(--vp-c-brand)">Electron⚡️Vite</font> makes developing Electron apps as easy as normal Vite projects.
37+
38+
# - icon: 🔥
39+
# title: Hot Restart
40+
# details: Restart the App immediately after modifying the <font color="var(--vp-c-brand)">Main process</font> code
41+
# link: /guide/features.html#hot-restart
42+
43+
# - icon: 🔄
44+
# title: Hot Reload
45+
# details: The Renderer process is automatically refreshed to reload the <font color="var(--vp-c-brand)">Preload scripts</font> after the Preload scripts is modified
46+
# link: /guide/features.html#hot-reload
47+
48+
# - icon: ⚡️
49+
# title: HMR
50+
# details: The <font color="var(--vp-c-brand)">Renderer process</font> is based on the lightweight and fast HMR provided by Vite
51+
# link: /guide/features.html#hmr
4052

4153
---

0 commit comments

Comments
 (0)