Skip to content

Commit b3d4376

Browse files
committed
docs: add contents
1 parent 7e36147 commit b3d4376

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# 開発サーバー
22

3+
Vite開発サーバーは、一般的なWebサーバーと同様に、特定のURLに対するリクエストを受け取り、特定のリソースを返します。
4+
5+
<!-- TODO: 「逐次ビルド」という用語が妥当か考える -->
6+
7+
どんなURLへのリクエストに対してどんなリソースを返すかは、Webサーバーの実装次第です。たとえば、 `/index.html` というURLに対するリクエストに、Webサーバーのファイルシステムにおける `/index.html` を返す必要はありません。かわりに`/www/index.html`ファイルを返すことが可能です。
8+
9+
この点を利用して、Vite開発サーバーは、さまざまなリクエストに対してさまざまな処理を
10+
11+
## ミドルウェア
12+
313
TBD

0 commit comments

Comments
 (0)