Skip to content

Commit

Permalink
Adding missing installation scripts (#2)
Browse files Browse the repository at this point in the history
Adding dev installation scripts for vue and vite press
  • Loading branch information
pavan2108 authored Apr 5, 2023
1 parent fa06182 commit 25d5c67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ If you used the first command, you'll be prompted with certain questions, comple
Next step is to add VitePress and Vue as dev dependencies to your project.
```bash
npm install vue vitepress --save-dev
// or
npm install -D vue vitepress
```
You've successfully installed VitePress and Vue and added it as a dev dependency. Now you can start creating creating your respective doc files, but before you do that, I believe it's essential to explain how VitePress works.
## How does VitePress work?
Expand Down

1 comment on commit 25d5c67

@vercel
Copy link

@vercel vercel bot commented on 25d5c67 Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

adocs – ./

adocs-evavic44.vercel.app
adocs-git-main-evavic44.vercel.app
adocs.vercel.app

Please sign in to comment.