File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ vue upgrade --next
97
97
npm の場合:
98
98
99
99
``` bash
100
- $ npm init @vitejs/app < プロジェクト名>
100
+ $ npm init vite < プロジェクト名> -- --template vue
101
101
$ cd < プロジェクト名>
102
102
$ npm install
103
103
$ npm run dev
@@ -106,18 +106,12 @@ $ npm run dev
106
106
または Yarn の場合:
107
107
108
108
``` bash
109
- $ yarn create @vitejs/app < プロジェクト名>
109
+ $ yarn create vite < プロジェクト名> --template vue
110
110
$ cd < プロジェクト名>
111
111
$ yarn
112
112
$ yarn dev
113
113
```
114
114
115
- ユーザ名に「Mike Baker」のように空白が入っていると、 Vite が成功しないことがあります。次を試してみてください。
116
-
117
- ``` bash
118
- $ create-vite-app < プロジェクト名>
119
- ```
120
-
121
115
## さまざまなビルドについて
122
116
123
117
[ npm パッケージの ` dist/ ` ディレクトリ] ( https://cdn.jsdelivr.net/npm/vue@3.0.2/dist/ ) には、Vue.js の多くのさまざまなビルドが見つかります。利用用途ごとに ` dist ` ファイルの使い分けの概要を説明します。
You can’t perform that action at this time.
0 commit comments