Usage

✨ shadcn-docs-nuxt

---
title: Installation
description: How to install shadcn-docs-nuxt in your app.
icon: lucide:play
---

## Using the starter template
npm
pnpm
bun
yarn
npx nuxi@latest init <project-name> -t github:ZTL-UwU/shadcn-docs-nuxt-starter

Components

See MDC components provided by shadcn-docs-nuxt.
::stack
  ::div{class="p-6 text-3xl font-bold"}
  ✨ shadcn-docs-nuxt
  ::

  ```mdc
  ---
  title: Installation
  description: How to install shadcn-docs-nuxt in your app.
  icon: lucide:play
  ---

  ## Using the starter template
  ```

  :pm-x{command="nuxi@latest init <project-name> -t github:ZTL-UwU/shadcn-docs-nuxt-starter"}

  :read-more{title="Installation" to="/getting-started/installation"}

  ::card
  ---
  title: Components
  icon: lucide:box
  ---
  See MDC components provided by **shadcn-docs-nuxt**.
  ::
::

Stackable components:

  • div
  • Code Blocks
  • alert
  • callout
  • read-more
  • code-group
  • code-tree
  • card
  • tabs
  • pm-install
  • pm-run
  • pm-x