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: guide/index.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# 开始 {#getting-started}
2
2
3
+
<audioid="vite-audio">
4
+
<sourcesrc="/vite.mp3"type="audio/mpeg">
5
+
</audio>
6
+
3
7
## 总览 {#overview}
4
8
5
-
Vite (法语意为 "快速的",发音 `/vit/`) 是一种新型前端构建工具,能够显著提升前端开发体验。它主要由两部分组成:
9
+
Vite (法语意为 "快速的",发音 `/vit/`<buttonid="play-vite-audio"onclick="document.getElementById('vite-audio').play();"><imgsrc="/voice.svg"height="15"></button>) 是一种新型前端构建工具,能够显著提升前端开发体验。它主要由两部分组成:
6
10
7
11
- 一个开发服务器,它基于 [原生 ES 模块](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) 提供了 [丰富的内建功能](./features),如速度快到惊人的 [模块热更新(HMR)](./features#hot-module-replacement)。
0 commit comments