Getting Started

Welcome to the Nuxt 3 + Shadcn UI boilerplate documentation.

Quick Start

  1. Clone the repository
git clone https://github.com/your-username/nuxt-shadcn-boilerplate
cd nuxt-shadcn-boilerplate
  1. Install dependencies
pnpm install
  1. Start development server
pnpm dev

Project Structure

nuxt-shadcn-boilerplate/
├─ components/     # UI components
├─ content/        # Documentation and content
├─ layouts/        # Page layouts
├─ pages/          # Application pages
├─ public/         # Static assets
└─ app.vue         # App entry point