File tree 4 files changed +21
-1
lines changed
4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 28
28
.DocSearch {
29
29
--docsearch-primary-color : var (--c-brand ) !important ;
30
30
}
31
+
32
+ # play-vite-audio {
33
+ padding : 0 ;
34
+ margin-left : 5px ;
35
+ display : inline-flex;
36
+ }
37
+
38
+ # play-vite-audio img {
39
+ opacity : 0.8 ;
40
+ }
Original file line number Diff line number Diff line change 1
1
# はじめに
2
2
3
+ <audio id =" vite-audio " >
4
+ <source src =" /vite.mp3 " type =" audio/mpeg " >
5
+ </audio >
6
+
3
7
## 概要
4
8
5
- Vite(フランス語で「速い」という意味の単語で ` /vit/ ` と発音)は、現代の Web プロジェクトのために、より速く無駄のない開発体験を提供することを目的としたビルドツールです。2 つの主要な部分で構成されています:
9
+ Vite(フランス語で「速い」という意味の単語で ` /vit/ ` < button id = " play-vite-audio " onclick = " document . getElementById ( ' vite-audio ' ). play (); " >< img src = " /voice.svg " height = " 15 " ></ button > と発音)は、現代の Web プロジェクトのために、より速く無駄のない開発体験を提供することを目的としたビルドツールです。2 つの主要な部分で構成されています:
6
10
7
11
- 非常に高速な [ Hot Module Replacement (HMR)] ( ./features#hot-module-replacement ) など、[ ネイティブ ES モジュール] ( https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Modules ) を利用した[ 豊富な機能拡張] ( ./features ) を提供する開発サーバ。
8
12
You can’t perform that action at this time.
0 commit comments