DEV Community

jgngo
jgngo

Posted on

Starter Nuxt Template

npx nuxi@latest init starter
cd starter
pnpm install -D typescript
pnpm add lucide-vue-next
npx nuxi@latest module add shadcn-nuxt
npx shadcn-vue@latest init
npx shadcn-vue@latest add button
npx shadcn-vue@latest add badge
npx shadcn-vue@latest add card
npx shadcn-vue@latest add sheet
npx shadcn-vue@latest add input
npx shadcn-vue@latest add label
npx shadcn-vue@latest add dropdown-menu

Enter fullscreen mode Exit fullscreen mode

Top comments (0)