You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
- 🔩 Universal Plugin Interface
24
24
- 🔑 Fully Typed APIs
25
25
26
-
Vite (French word for "fast", pronounced `/vit/`) is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
26
+
Vite (French word for "quick", pronounced `/vit/`, like "veet") is a new breed of frontend build tool that significantly improves the frontend development experience. It consists of two major parts:
27
27
28
28
- A dev server that serves your source files over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), with [rich built-in features](https://vitejs.dev/guide/features.html) and astonishingly fast [Hot Module Replacement (HMR)](https://vitejs.dev/guide/features.html#hot-module-replacement).
29
29
@@ -39,14 +39,14 @@ Check out the [Migration Guide](https://vitejs.dev/guide/migration.html) if you
Copy file name to clipboardExpand all lines: docs/guide/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Overview
8
8
9
-
Vite (French word for "fast", pronounced `/vit/`<buttonid="play-vite-audio"onclick="document.getElementById('vite-audio').play();"><imgsrc="/voice.svg"height="15"></button>) is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
9
+
Vite (French word for "quick", pronounced `/vit/`<buttonstyle="border:none;padding:3px;border-radius:4px"id="play-vite-audio"onclick="document.getElementById('vite-audio').play();"><imgsrc="/voice.svg"height="15"></button>, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
10
10
11
11
- A dev server that provides [rich feature enhancements](./features) over [native ES modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), for example extremely fast [Hot Module Replacement (HMR)](./features#hot-module-replacement).
0 commit comments