diff options
author | SuzukiKatsuma <71871253+SuzukiKatsuma@users.noreply.github.com> | 2022-02-19 16:16:14 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-26 16:05:14 +0900 |
commit | dc47e7a69d54d89edd73daedd1a76dc1c5ba76bb (patch) | |
tree | 4f5258eb6e4381d01b684e2a3d5197727365378a | |
parent | c4940b11ac367ebd192f0d4dea641e2abc1a73b9 (diff) | |
download | translated-content-dc47e7a69d54d89edd73daedd1a76dc1c5ba76bb.tar.gz translated-content-dc47e7a69d54d89edd73daedd1a76dc1c5ba76bb.tar.bz2 translated-content-dc47e7a69d54d89edd73daedd1a76dc1c5ba76bb.zip |
Vue tutorials の一部翻訳
日本語に翻訳されたページがなかったため、注のみ翻訳
-rw-r--r-- | files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html index 71668e0a3f..b073c09d43 100644 --- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html +++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html @@ -93,12 +93,12 @@ translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks <dd>Our final Ember article provides you with a list of resources that you can use to go further in your learning, plus some useful troubleshooting and other information.</dd> </dl> -<h2 id="Vue_tutorials">Vue tutorials</h2> +<h2 id="Vue_tutorials">Vue チュートリアル</h2> <div class="blockIndicator note"> -<p><strong>Note</strong>: Vue tutorials last tested in May 2020, with Vue 2.6.11.</p> +<p><strong>注</strong>: この Vue チュートリアルは Vue 2.6.11 で、2020年5月に動作確認を行いました。</p> -<p>If you need to check your code against our version, you can find a finished version of the sample Vue app code in our <a href="https://github.com/mdn/todo-vue">todo-vue repository</a>. For a running live version, see <a href="https://mdn.github.io/todo-vue/dist/">https://mdn.github.io/todo-vue/dist/</a>.</p> +<p>もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、 <a href="https://github.com/mdn/todo-vue">todo-vue repository</a> で最新版を見ることができます。実行中のライブバージョンについては <a href="https://mdn.github.io/todo-vue/dist/">https://mdn.github.io/todo-vue/dist/</a> から確認ができます。</p> </div> <dl> |