Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs-translations/docs-ja
Japanese translation for Vue docs
https://github.com/vuejs-translations/docs-ja
Last synced: 5 days ago
JSON representation
Japanese translation for Vue docs
- Host: GitHub
- URL: https://github.com/vuejs-translations/docs-ja
- Owner: vuejs-translations
- License: other
- Created: 2022-01-05T07:01:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:42:04.000Z (16 days ago)
- Last Synced: 2024-10-29T12:39:48.404Z (16 days ago)
- Language: Vue
- Homepage: https://ja.vuejs.org
- Size: 16.8 MB
- Stars: 98
- Watchers: 9
- Forks: 111
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vuejs.org 日本語ドキュメント
翻訳プロジェクトに貢献したい方は [Vue.js 公式サイト日本語翻訳ガイド](./.github/CONTRIBUTING.md)をご覧ください。
---
このサイトは [VitePress](https://github.com/vuejs/vitepress) で構築されており、[@vue/theme](https://github.com/vuejs/vue-theme) に依存しています。サイトのコンテンツは `src` にある Markdown フォーマットで書かれています。シンプルな編集であれば、GitHub 上で直接編集して Pull Request を作成できます。
ローカルの開発では、パッケージマネージャーは [pnpm](https://pnpm.io/) が推奨です:
```bash
pnpm i
pnpm run dev
```このプロジェクトには Node.js の `v18` 以上が必要です。また、corepack を有効にすることを推奨しています:
```bash
corepack enable
```## コンテンツに関する作業
- サポートされている [Markdown 拡張](https://vitepress.dev/guide/markdown)や [Markdown 内で Vue 構文を使用する](https://vitepress.dev/guide/using-vue)機能については、VitePress ドキュメントを参照してください。