docs(app): #162 add shadcn/vue VSCode extension
This pull request is intended to add the shadcn/vue VSCode extension to the installation guide. Closes: #162
This commit is contained in:
parent
31b701429f
commit
197589eff0
|
|
@ -92,4 +92,9 @@ To configure import aliases, you can use the following `jsconfig.json`:
|
|||
"@/*": ["./*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## VSCode extension
|
||||
|
||||
Install the [shadcn-vue](https://marketplace.visualstudio.com/items?itemName=Selemondev.shadcn-vue) extension in Visual Studio Code to easily add Shadcn Vue components to your project. This extension offers a range of features, including the ability to initialize the Shadcn Vue CLI, install components, open Shadcn Vue docs, and navigate to a specific component's documentation page directly from your IDE. Additionally, it comes with handy snippets for quick and straightforward component imports and markup.
|
||||
Loading…
Reference in New Issue
Block a user