Skip to content

Commit 77014d0

Browse files
committed
docs: translate readme.md
1 parent 9252491 commit 77014d0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# v3.vuejs.org
1+
# v3.ja.vuejs.org
22

3-
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
3+
このサイトは [VuePress](https://vuepress.vuejs.org/) で構築されています。サイトのコンテンツは `src` ディレクトリにあるマークダウンフォーマットで書かれています。
44

5-
## Writing
5+
## 執筆する
66

7-
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
7+
ドキュメントの執筆とメンテナンスに関するルールや推奨事項について、 [Vue Docs Writing Guide](https://v3.ja.vuejs.org/guide/writing-guide.html) を参照してください。
88

9-
## Developing
9+
## 開発する
1010

11-
1. Clone repository
11+
1. リポジトリをクローンします
1212

1313
```bash
1414
git clone [email protected]:vuejs/docs-next.git
1515
```
1616

17-
2. Install dependencies
17+
2. 依存ファイルをインストールします
1818

1919
```bash
2020
yarn # or npm install
2121
```
2222

23-
3. Start local development environment
23+
3. ローカル開発環境を起動します
2424

2525
```bash
2626
yarn serve # or npm run serve
2727
```
2828

29-
## Deploying
29+
## デプロイする
3030

31-
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
31+
サイトは `lang-ja` にコミットがあると [Netlify](https://www.netlify.com/) によって自動的にデプロイされます。

0 commit comments

Comments
 (0)