Skip to content

Commit

Permalink
docs: make users install vue too (#531) (#533)
Browse files Browse the repository at this point in the history
close #531 

Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
  • Loading branch information
brc-dd and kiaking committed Jun 14, 2022
1 parent 521601d commit 6eda63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6eda63e

Please sign in to comment.