diff --git a/src/v2/guide/installation.md b/src/v2/guide/installation.md index 873656981..53bea47bf 100644 --- a/src/v2/guide/installation.md +++ b/src/v2/guide/installation.md @@ -1,6 +1,6 @@ --- title: インストール -updated: 2019-02-11 +updated: 2019-02-14 type: guide order: 1 vue_version: 2.5.16 @@ -35,19 +35,19 @@ Vue を使用する場合は、ブラウザに [Vue Devtools](https://github.com ### CDN -For prototyping or learning purposes, you can use the latest version with: +プロトタイピングや学習を目的とする場合は、以下のようにして最新バージョンを使うことができます: ``` html ``` -For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions: +本番環境では、新しいバージョンによる意図しない不具合を避けるため、特定のバージョン番号とビルド番号にリンクすることをお勧めします: ``` html ``` -If you are using native ES Modules, there is also an ES Modules compatible build: +もしもネイティブの ES Modules を使っているなら、ES Modules 互換のビルドもあります: ``` html