docs: make users install `vue` too (#531) (#533)

close #531 

Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
pull/779/head
Divyansh Singh 2 years ago committed by GitHub
parent 521601d20b
commit 6eda63e455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,10 +22,10 @@ $ yarn init
## 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 vue
```
Create your first document.

Loading…
Cancel
Save