Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/theme/components/SponsorBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function dismiss() {
· 初の<span style="font-weight: 900">対面開催</span></span
>
<span class="vt-place"> · Amsterdam</span>
<span class="vt-date"> · 10月09-10日</span>
<span class="vt-date"> · 10 月 09-10 日</span>
<a
target="_blank"
class="vt-primary-action"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pull Request を送るときに、余裕があれば "resolve #123" といった

## 翻訳スタイル

- [JTF日本語標準スタイルガイド(翻訳用)](https://www.jtf.jp/tips/styleguide) - 基本的な翻訳スタイル。
- [JTF 日本語標準スタイルガイド(翻訳用)](https://www.jtf.jp/tips/styleguide) - 基本的な翻訳スタイル。
- [Microsoft ローカリゼーション スタイル ガイド](https://www.microsoft.com/ja-jp/language/styleguides) - 技術文書におけるスタイル。
- [textlint-rule-preset-JTF-style](https://github.com/textlint-ja/textlint-rule-preset-JTF-style) - JTF 日本語標準スタイルガイド(翻訳用)の textlint のルールセット。
- [textlint-rule-preset-vuejs-jp](https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp) - Vue.js 日本ユーザーグループで一部カスタマイズした textlint のルールセット。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
本ドキュメントは [VitePress](https://vitepress.vuejs.org/) で作られています。ローカル環境で作業を行う場合は、以下のステップを踏んでください。

```bash
# NPMパッケージをインストール
# NPM パッケージをインストール
$ pnpm install

# ローカル Web サーバーを起動
Expand Down
2 changes: 1 addition & 1 deletion config/server-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ async function createServer() {
// ミドルウェアモードで Vite サーバーを作成
const vite = await createViteServer({
server: { middlewareMode: true },
// Viteのデフォルトの HTML を処理するミドルウェアを含めない
// Vite のデフォルトの HTML を処理するミドルウェアを含めない
appType: 'custom',
})
// vite の接続インスタンスをミドルウェアとして使用
Expand Down
2 changes: 1 addition & 1 deletion guide/api-environment-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class RunnableDevEnvironment extends DevEnvironment {

class ModuleRunner {
/**
* 実行するURL
* 実行する URL
* ルートからの相対的なファイルパス、サーバーパス、ID を受け付けます。
* インスタンス化されたモジュールを返します (ssrLoadModule と同じ)
*/
Expand Down
2 changes: 1 addition & 1 deletion guide/api-environment-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class ModuleRunner {
private debug?: ModuleRunnerDebugger,
) {}
/**
* 実行するURL
* 実行する URL
* ルートからの相対的なファイルパス、サーバーパス、ID を受け付けます。
*/
public async import<T = any>(url: string): Promise<T>
Expand Down
2 changes: 1 addition & 1 deletion guide/api-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {

## 後方互換性 {#backward-compatibility}

現在の Vite サーバーAPI はまだ非推奨ではなく、Vite 5 との後方互換性があります。
現在の Vite サーバー API はまだ非推奨ではなく、Vite 5 との後方互換性があります。

`server.moduleGraph` はクライアントと ssr のモジュールグラフの混合ビューを返します。後方互換性のある混合モジュールノードがすべてのメソッドから返されます。同じスキームが `handleHotUpdate` に渡されるモジュールノードにも使用されます。

Expand Down
2 changes: 1 addition & 1 deletion guide/api-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ interface ViteDevServer {
/**
* サーバーを再起動します。
*
* @param forceOptimize - オプティマイザーに再バンドルを強制する。--force cliフラグと同じ
* @param forceOptimize - オプティマイザーに再バンドルを強制する。--force cli フラグと同じ
*/
restart(forceOptimize?: boolean): Promise<void>
/**
Expand Down
4 changes: 2 additions & 2 deletions guide/env-and-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Vite は、[環境ディレクトリー](/config/shared-options.md#envdir)にあ

```
.env # 全ての場合に読み込まれる
.env.local # 全ての場合に読み込まれ、gitには無視される
.env.local # 全ての場合に読み込まれ、git には無視される
.env.[mode] # 指定されたモードでのみ読み込まれる
.env.[mode].local # 指定されたモードでのみ読み込まれ、gitには無視される
.env.[mode].local # 指定されたモードでのみ読み込まれ、git には無視される
```

:::tip env 読み込みの優先度
Expand Down
6 changes: 3 additions & 3 deletions images/graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Vite には、一定のリリースサイクルがありません。
Vite チームがサポートする Vite のバージョン範囲は、以下の通りに自動的に決定されます:

- **現在のマイナー**は、定期的に修正を受け取ります。
- **1つ前のメジャー**(最新のマイナー向けのみ)および**1つ前のマイナー**は、重要な修正とセキュリティパッチを受け取ります。
- **最後から2番目のメジャー**(その最新のマイナー向けのみ)および**最後から2番目のマイナー**は、セキュリティパッチを受け取ります。
- **1 つ前のメジャー**(最新のマイナー向けのみ)および **1 つ前のマイナー**は、重要な修正とセキュリティパッチを受け取ります。
- **最後から 2 番目のメジャー**(その最新のマイナー向けのみ)および**最後から 2 番目のマイナー**は、セキュリティパッチを受け取ります。
- これらより前のバージョンはすべてサポートされなくなります。

例として、Vite の最新バージョンが 5.3.10 の場合:
Expand Down
4 changes: 2 additions & 2 deletions team.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: チーム紹介
description: Viteの開発は、国際的なチームによって進められています。
description: Vite の開発は、国際的なチームによって進められています。
---

<script setup>
Expand All @@ -18,7 +18,7 @@ import { core, emeriti } from './_data/team'
<VPTeamPageTitle>
<template #title>チーム紹介</template>
<template #lead>
Viteの開発は、国際的なチームによって進められており、
Vite の開発は、国際的なチームによって進められており、
以下にその一部を紹介します。
</template>
</VPTeamPageTitle>
Expand Down