- Add @nuxt/content to dependencies - Add @tailwindcss/typography to devDependencies
@nuxt/ui provides the Vite plugin but tailwindcss package itself must be installed for @import "tailwindcss" to resolve in CSS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- nuxt.config.ts with compatibilityVersion 4, SSR, 6 modules - app/app.vue and app/pages/index.vue minimal setup - pnpm as package manager with all dependencies installed - TypeScript strict mode enabled - .gitignore updated for Nuxt (.nuxt, .output, .env) - tsconfig.json extends .nuxt/tsconfig.json