docs: credit, and format the text

This commit is contained in:
zernonia 2023-11-12 16:04:09 +08:00
parent 39bc937123
commit 0d659d6b41

View File

@ -97,4 +97,11 @@ To configure import aliases, you can use the following `jsconfig.json`:
## VSCode extension ## 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. Install the [shadcn-vue](https://marketplace.visualstudio.com/items?itemName=Selemondev.shadcn-vue) extension by [@selemondev](https://github.com/selemondev) in Visual Studio Code to easily add Shadcn Vue components to your project.
This extension offers a range of features:
- Ability to initialize the Shadcn Vue CLI
- Install components
- Open documentation
- Navigate to a specific component's documentation page directly from your IDE.
- Handy snippets for quick and straightforward component imports and markup.