The Wayback Machine - https://web.archive.org/web/20231127234652/https://github.com/vitejs/docs-ja
Skip to content

vitejs/docs-ja

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vite Docs JA

Vite ドキュメントの日本語翻訳レポジトリです。現状、本レポジトリは翻訳作業用のものとして一時的に用意されています。将来的に、本レポジトリは別場所に移動される可能性があります。

貢献ガイド

Vite 日本語翻訳ガイド を一読お願いします!

はじめかた

本ドキュメントは VitePress で作られています。ローカル環境で作業を行う場合は、以下のステップを踏んでください。

# NPMパッケージをインストール
$ yarn install

# ローカル Web サーバを起動
$ yarn docs

上記コマンド実行後、http://localhost:5173 にアクセスするとサイトにアクセスできます。