From 7b06f306e134d3596712923bbf34195652d0e438 Mon Sep 17 00:00:00 2001 From: Brayan Paucar <66649036+kralion@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:51:41 -0500 Subject: [PATCH] Update nuxt.md Added the installation before the initialization of the command `npx shadcn-vue init` --- apps/www/src/content/docs/installation/nuxt.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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`: