Skip to content

Commit 64d6bc0

Browse files
committed
translate installation.md
1 parent c2ccda4 commit 64d6bc0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ja/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Installation
1+
# インストール
22

3-
### Direct Download
3+
### 直接ダウンロード
44

5-
See [dist folder](https://github.com/vuejs/vue-router/tree/dev/dist). Note the dist files are always the latest stable - it's not update-to-date with the `dev` branch source.
5+
[dist フォルダ](https://github.com/vuejs/vue-router/tree/dev/dist)を参照してください。dist フォルダにあるファイルは常に最新の安定版であることに注意してください。`dev` ブランチのソースで更新されません。
66

77
### CDN
88

@@ -12,11 +12,11 @@ See [dist folder](https://github.com/vuejs/vue-router/tree/dev/dist). Note the d
1212

1313
``` bash
1414
npm install vue-router
15-
# dev branch
15+
# dev ブランチ
1616
npm install vuejs/vue-router#dev
1717
```
1818

19-
When used in CommonJS, you must explicitly install the router via `Vue.use()`:
19+
CommonJS で使用されるとき、明示的に `Vue.use()` 経由でルータはインストールされなければなりません:
2020

2121
``` js
2222
var Vue = require('vue')
@@ -25,12 +25,12 @@ var VueRouter = require('vue-router')
2525
Vue.use(VueRouter)
2626
```
2727

28-
You don't need to do this when using the standalone build because it installs itself automatically.
28+
スタンドアロンビルドを使用しているときは、それ自身自動的にインストールされるため、これを実行する必要はありません。
2929

3030
### Bower
3131

3232
``` bash
3333
bower install vue-router
34-
# dev branch
34+
# dev ブランチ
3535
bower install vuejs/vue-router#dev
3636
```

0 commit comments

Comments
 (0)