> For the complete documentation index, see [llms.txt](https://wdnjs218.gitbook.io/vue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wdnjs218.gitbook.io/vue/master.md).

# Vue

### 현 버전보다 더 낮은 버전인 윈도우일 때 &#x20;

```
vue create _______
```

### 높은 버전이고 윈도우일 때&#x20;

```
npm i -g @vue/cli
```

### 맥북일 때&#x20;

```
sudo npm i -g @vue/cli
// 설치한 거 확인 하고 싶을 때 Vue -V
```
