Getting Started
Welcome to the Nuxt 3 + Shadcn UI boilerplate documentation.
Quick Start
- Clone the repository
git clone https://github.com/your-username/nuxt-shadcn-boilerplate
cd nuxt-shadcn-boilerplate
- Install dependencies
pnpm install
- 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