File tree Expand file tree Collapse file tree 12 files changed +17
-17
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 12 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function dismiss() {
7171 · 初の<span style =" font-weight : 900 " >対面開催</span ></span
7272 >
7373 <span class =" vt-place" > · Amsterdam</span >
74- <span class =" vt-date" > · 10月09-10日 </span >
74+ <span class =" vt-date" > · 10 月 09-10 日 </span >
7575 <a
7676 target =" _blank"
7777 class =" vt-primary-action"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Pull Request を送るときに、余裕があれば "resolve #123" といった
3434
3535## 翻訳スタイル
3636
37- - [ JTF日本語標準スタイルガイド (翻訳用)] ( https://www.jtf.jp/tips/styleguide ) - 基本的な翻訳スタイル。
37+ - [ JTF 日本語標準スタイルガイド (翻訳用)] ( https://www.jtf.jp/tips/styleguide ) - 基本的な翻訳スタイル。
3838- [ Microsoft ローカリゼーション スタイル ガイド] ( https://www.microsoft.com/ja-jp/language/styleguides ) - 技術文書におけるスタイル。
3939- [ textlint-rule-preset-JTF-style] ( https://github.com/textlint-ja/textlint-rule-preset-JTF-style ) - JTF 日本語標準スタイルガイド(翻訳用)の textlint のルールセット。
4040- [ textlint-rule-preset-vuejs-jp] ( https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp ) - Vue.js 日本ユーザーグループで一部カスタマイズした textlint のルールセット。
Original file line number Diff line number Diff line change 1111本ドキュメントは [ VitePress] ( https://vitepress.vuejs.org/ ) で作られています。ローカル環境で作業を行う場合は、以下のステップを踏んでください。
1212
1313``` bash
14- # NPMパッケージをインストール
14+ # NPM パッケージをインストール
1515$ pnpm install
1616
1717# ローカル Web サーバーを起動
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ async function createServer() {
298298 // ミドルウェアモードで Vite サーバーを作成
299299 const vite = await createViteServer ({
300300 server: { middlewareMode: true },
301- // Viteのデフォルトの HTML を処理するミドルウェアを含めない
301+ // Vite のデフォルトの HTML を処理するミドルウェアを含めない
302302 appType: ' custom' ,
303303 })
304304 // vite の接続インスタンスをミドルウェアとして使用
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class RunnableDevEnvironment extends DevEnvironment {
2828
2929class ModuleRunner {
3030 /**
31- * 実行するURL 。
31+ * 実行する URL 。
3232 * ルートからの相対的なファイルパス、サーバーパス、ID を受け付けます。
3333 * インスタンス化されたモジュールを返します (ssrLoadModule と同じ)
3434 */
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export class ModuleRunner {
126126 private debug ? : ModuleRunnerDebugger ,
127127 ) {}
128128 /**
129- * 実行するURL 。
129+ * 実行する URL 。
130130 * ルートからの相対的なファイルパス、サーバーパス、ID を受け付けます。
131131 */
132132 public async import<T = any >(url : string ): Promise <T >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export default {
119119
120120## 後方互換性 {#backward-compatibility}
121121
122- 現在の Vite サーバーAPI はまだ非推奨ではなく、Vite 5 との後方互換性があります。
122+ 現在の Vite サーバー API はまだ非推奨ではなく、Vite 5 との後方互換性があります。
123123
124124` server.moduleGraph ` はクライアントと ssr のモジュールグラフの混合ビューを返します。後方互換性のある混合モジュールノードがすべてのメソッドから返されます。同じスキームが ` handleHotUpdate ` に渡されるモジュールノードにも使用されます。
125125
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ interface ViteDevServer {
170170 /**
171171 * サーバーを再起動します。
172172 *
173- * @param forceOptimize - オプティマイザーに再バンドルを強制する。--force cliフラグと同じ
173+ * @param forceOptimize - オプティマイザーに再バンドルを強制する。--force cli フラグと同じ
174174 */
175175 restart (forceOptimize ?: boolean ): Promise < void >
176176 /**
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Vite は、[環境ディレクトリー](/config/shared-options.md#envdir)にあ
4646
4747` ` `
4848.env # 全ての場合に読み込まれる
49- .env .local # 全ての場合に読み込まれ、gitには無視される
49+ .env .local # 全ての場合に読み込まれ、git には無視される
5050.env .[mode] # 指定されたモードでのみ読み込まれる
51- .env .[mode].local # 指定されたモードでのみ読み込まれ、gitには無視される
51+ .env .[mode].local # 指定されたモードでのみ読み込まれ、git には無視される
5252` ` `
5353
5454:::tip env 読み込みの優先度
You can’t perform that action at this time.
0 commit comments