diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 2619904f..0426bf57 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -26,7 +26,7 @@ Vue.js を使うのは初めてですか? [エッセンシャルガイド](/gu - [Vite](https://github.com/vitejs/vite) を使った Scaffold: ```bash - npm init vite-app hello-vue3 # OR yarn create vite-app hello-vue3 + npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/app hello-vue3 ``` - [vue-cli](https://cli.vuejs.org/) を使った Scaffold: @@ -47,8 +47,9 @@ Vue 3 で注目すべきいくつかの新機能の次のとおりです。 - [Emits Component Option](/guide/component-custom-events.html) - カスタムレンダラを作るための [`@vue/runtime-core` の `createRenderer` API](https://github.com/vuejs/vue-next/tree/master/packages/runtime-core) - [SFC での Composition API の Syntax Sugar (`