diff --git a/src/.vuepress/components/community/team/members.js b/src/.vuepress/components/community/team/members.js index c4a69770..509c2779 100644 --- a/src/.vuepress/components/community/team/members.js +++ b/src/.vuepress/components/community/team/members.js @@ -248,7 +248,7 @@ const members = [ { name: 'Natalia Tepluhina', title: 'Fox Tech Guru', - city: 'Kyiv, Ukraine', + city: 'Amsterdam, Netherlands', languages: ['uk', 'ru', 'en'], reposOfficial: ['vuejs.org', 'vue-cli'], work: { diff --git a/src/guide/installation.md b/src/guide/installation.md index f06791df..6c1e03a1 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -97,7 +97,7 @@ vue upgrade --next npm の場合: ```bash -$ npm init @vitejs/app <プロジェクト名> +$ npm init vite <プロジェクト名> -- --template vue $ cd <プロジェクト名> $ npm install $ npm run dev @@ -106,18 +106,12 @@ $ npm run dev または Yarn の場合: ```bash -$ yarn create @vitejs/app <プロジェクト名> +$ yarn create vite <プロジェクト名> --template vue $ cd <プロジェクト名> $ yarn $ yarn dev ``` -ユーザ名に「Mike Baker」のように空白が入っていると、 Vite が成功しないことがあります。次を試してみてください。 - -```bash -$ create-vite-app <プロジェクト名> -``` - ## さまざまなビルドについて [npm パッケージの `dist/` ディレクトリ](https://cdn.jsdelivr.net/npm/vue@3.0.2/dist/) には、Vue.js の多くのさまざまなビルドが見つかります。利用用途ごとに `dist` ファイルの使い分けの概要を説明します。 diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 0c570b7f..98c234be 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -29,7 +29,7 @@ Vue.js を使うのは初めてですか? [エッセンシャルガイド](/gu - [Vite](https://github.com/vitejs/vite) を使った Scaffold: ```bash - npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/app hello-vue3 + npm init vite hello-vue3 -- --template vue # OR yarn create vite hello-vue3 --template vue ``` - [vue-cli](https://cli.vuejs.org/) を使った Scaffold: diff --git a/src/guide/migration/migration-build.md b/src/guide/migration/migration-build.md index 487b5a1e..d3c842cd 100644 --- a/src/guide/migration/migration-build.md +++ b/src/guide/migration/migration-build.md @@ -314,7 +314,7 @@ export default { | V_ON_KEYCODE_MODIFIER | ✔ | `v-on` が keyCode 修飾子をサポートしなくなりました | [link](/guide/migration/keycode-modifiers.html) | | CUSTOM_DIR | ✔ | カスタムディレクティブのフック名が変更されました | [link](/guide/migration/custom-directives.html) | | ATTR_FALSE_VALUE | ✔ | バインディングの値が真偽値の `false` の場合、属性を削除しないようになりました | [link](/guide/migration/attribute-coercion.html) | -| ATTR_ENUMERATED_COERSION | ✔ | 特殊なケースの列挙された属性は廃止されました | [link](/guide/migration/attribute-coercion.html) | +| ATTR_ENUMERATED_COERCION | ✔ | 特殊なケースの列挙された属性は廃止されました | [link](/guide/migration/attribute-coercion.html) | | TRANSITION_GROUP_ROOT | ✔ | `` は、デフォルトでルート要素をレンダリングしなくなりました | [link](/guide/migration/transition-group.html) | | COMPONENT_ASYNC | ✔ | 非同期コンポーネントの API が変更されました(`defineAsyncComponent` が必要になりました) | [link](/guide/migration/async-components.html) | | COMPONENT_FUNCTIONAL | ✔ | 関数型コンポーネントの API が変更されました(プレーンな関数であることが必須になりました) | [link](/guide/migration/functional-components.html) | diff --git a/src/guide/mobile.md b/src/guide/mobile.md index 19d2caaa..c56f1ffa 100644 --- a/src/guide/mobile.md +++ b/src/guide/mobile.md @@ -20,4 +20,4 @@ Vue.js は、ネイティブにはモバイルアプリの開発をサポート **リソース** -- [NativeScript + Vue.js ガイド](https://nativescript.org/vue/) +- [NativeScript + Vue.js ガイド](https://nativescript-vue.org/)