https://github.com/vitejs/docs-ja
Japanese translation of vitejs.dev
https://github.com/vitejs/docs-ja
Last synced: about 1 year ago
JSON representation
Japanese translation of vitejs.dev
- Host: GitHub
- URL: https://github.com/vitejs/docs-ja
- Owner: vitejs
- License: mit
- Created: 2021-06-28T17:54:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T08:52:12.000Z (about 1 year ago)
- Last Synced: 2025-04-05T09:28:41.606Z (about 1 year ago)
- Language: Vue
- Size: 12.1 MB
- Stars: 78
- Watchers: 6
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changes/hotupdate-hook.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Docs JA
[Vite ドキュメント](https://vite.dev)の日本語翻訳リポジトリーです。現状、本リポジトリーは翻訳作業用のものとして一時的に用意されています。将来的に、本リポジトリーは別場所に移動される可能性があります。
## 貢献ガイド
[Vite 日本語翻訳ガイド](https://github.com/vitejs/docs-ja/blob/main/CONTRIBUTING.md) を一読お願いします!
## はじめかた
本ドキュメントは [VitePress](https://vitepress.vuejs.org/) で作られています。ローカル環境で作業を行う場合は、以下のステップを踏んでください。
```bash
# NPMパッケージをインストール
$ pnpm install
# ローカル Web サーバーを起動
$ pnpm run docs
```
上記コマンド実行後、`http://localhost:5173` にアクセスするとサイトにアクセスできます。