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
4 changes: 0 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@ export default defineConfig({
text: 'バックエンドとの統合',
link: '/guide/backend-integration',
},
{
text: '他のツールとの比較',
link: '/guide/comparisons',
},
{
text: 'トラブルシューティング',
link: '/guide/troubleshooting',
Expand Down
2 changes: 1 addition & 1 deletion blog/announcing-vite2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Vite (French word for "fast", pronounced `/vit/`) is a new kind of build tool fo

To get a sense of how fast Vite is, check out [this video comparison](https://twitter.com/amasad/status/1355379680275128321) of booting up a React application on Repl.it using Vite vs. `create-react-app` (CRA).

If you've never heard of Vite before and would love to learn more about it, check out [the rationale behind the project](https://vite.dev/guide/why.html). If you are interested in how Vite differs from other similar tools, check out the [comparisons](https://vite.dev/guide/comparisons.html).
If you've never heard of Vite before and would love to learn more about it, check out [the rationale behind the project](https://vite.dev/guide/why.html). If you are interested in how Vite differs from other similar tools, check out the [comparisons](https://v5.vite.dev/guide/comparisons.html).

## What's New in 2.0

Expand Down
21 changes: 0 additions & 21 deletions guide/comparisons.md

This file was deleted.

8 changes: 6 additions & 2 deletions guide/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Vite の現在のプラグイン API は、`esbuild` をバンドラーとして

Rollup はパフォーマンスの向上にも取り組んでおり、[v4 でパーサーを SWC に切り替えました](https://github.com/rollup/rollup/pull/5073)。 そして、Rolldown と呼ばれる Rollup の Rust ポートを構築する取り組みが進行中です。 Rolldown の準備が完了すると、Vite の Rollup と esbuild の両方が置き換えられ、ビルドのパフォーマンスが大幅に向上し、開発とビルドの間の不一致が解消されます。 [詳細については、Evan You の ViteConf 2023 基調講演](https://youtu.be/hrdwQHoAp0M) をご覧ください。

## Vite とその他 X はどう違いますか
## Vite は他の非バンドルのビルドツールとどう違いますか

Vite がその他の類似ツールとどう違うのか、より詳細な違いは、[比較](./comparisons.md) セクションで確認してください。
Preact チームが開発した [WMR](https://github.com/preactjs/wmr) も似たような機能群を提供しようとしていました。Vite の開発用およびビルド用のユニバーサルな Rollup プラグインの API は、これに影響を受けました。 WMR はもうメンテナンスされていません。Preact チームは現在、[@preactjs/preset-vite](https://github.com/preactjs/preset-vite) とともに Vite を使用することを推奨しています。

[Snowpack](https://www.snowpack.dev/) も no-bundle ネイティブな ESM の開発サーバーで、Vite と非常に近い目的を持っていました。Vite の依存関係の事前ビルドの機能は、Snowpack v1(現在の[`esinstall`](https://github.com/snowpackjs/snowpack/tree/main/esinstall))にも影響を受けています。Snowpack は今ではメンテナンスされていません。現在、Snowpack チームは Vite を利用した静的サイトビルダーである [Astro](https://astro.build/) の開発に取り組んでいます。

[@web/dev-server](https://modern-web.dev/docs/dev-server/overview/)(旧称 `es-dev-server`)は素晴らしいプロジェクトです。Vite 1.0 の Koa ベースのサーバーのセットアップはこのプロジェクトに影響を受けたものです。`@web` アンブレラプロジェクトは活発にメンテナンスされており、Vite ユーザーにも役に立つ他の多くの優れたツールが含まれています。
2 changes: 2 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ https://ja.vitejs.dev/* https://ja.vite.dev/:splat 301!
/guide/api-vite-runtime.html /guide/api-environment 302
/guide/api-vite-environment /guide/api-environment 302
/guide/api-vite-environment.html /guide/api-environment 302
/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 302
/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 302