docs: make users install vue too

pull/533/head
Divyansh Singh 3 years ago
parent 0927a7393b
commit 73c27818b9

@ -17,15 +17,15 @@ $ mkdir vitepress-starter && cd vitepress-starter
Then, initialize with your preferred package manager.
```bash
$ yarn init
$ yarn init -2
```
## Step. 2: Install VitePress
Add VitePress as a dependency for the project.
Add VitePress and Vue as (dev-)dependencies for the project.
```bash
$ yarn add --dev vitepress
$ yarn add --dev vitepress@latest vue@latest
```
Create your first document.

Loading…
Cancel
Save