diff --git a/apps/www/src/content/docs/installation/nuxt.md b/apps/www/src/content/docs/installation/nuxt.md index c5dc56ac..50b08af6 100644 --- a/apps/www/src/content/docs/installation/nuxt.md +++ b/apps/www/src/content/docs/installation/nuxt.md @@ -166,6 +166,8 @@ export default defineNuxtConfig({ }) ``` + + ### Run the CLI Run the `shadcn-vue` init command to setup your project: @@ -174,6 +176,13 @@ Run the `shadcn-vue` init command to setup your project: npx shadcn-vue@latest init ``` +Run the following command if you have *not found command* error + +```bash +npm install shadcn-vue@latest +``` + + ### Configure components.json You will be asked a few questions to configure `components.json`: