From 0d659d6b4140447b18ac3d316e1ac8d8c939359b Mon Sep 17 00:00:00 2001 From: zernonia Date: Sun, 12 Nov 2023 16:04:09 +0800 Subject: [PATCH] docs: credit, and format the text --- apps/www/src/content/docs/installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/installation.md b/apps/www/src/content/docs/installation.md index bd172452..13afcaf3 100644 --- a/apps/www/src/content/docs/installation.md +++ b/apps/www/src/content/docs/installation.md @@ -97,4 +97,11 @@ 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. \ No newline at end of file +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.