From 197589eff087cfc921808aa012b09574f072213f Mon Sep 17 00:00:00 2001 From: selemondev Date: Sun, 12 Nov 2023 08:31:11 +0300 Subject: [PATCH] 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 --- apps/www/src/content/docs/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/installation.md b/apps/www/src/content/docs/installation.md index 899f8244..bd172452 100644 --- a/apps/www/src/content/docs/installation.md +++ b/apps/www/src/content/docs/installation.md @@ -92,4 +92,9 @@ To configure import aliases, you can use the following `jsconfig.json`: "@/*": ["./*"] } } -} \ No newline at end of file +} +``` + +## 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. \ No newline at end of file