> For the complete documentation index, see [llms.txt](https://paneoy.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://paneoy.gitbook.io/vue/master.md).

# Vue

## Vue 설치하기

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

```
vue create vue999
```

![](/files/-MO_02YZgVFFzcqb2z5V)

Manually select features 선택

![](/files/-MO_0uoxMY9RysiuE5kj)

![](/files/-MO_5EbcPtLrGiq5jV0L)

![](/files/-MO_6CdvWB5B9cAhRmhb)

### 실행할 때

```
npm run serve
```

## vuetify 설치하기

![](/files/-MP84QcGctvzsPDjAHK0)

![](/files/-MP853ughDUIpEl-dQSh)
