A Nuxt UI layer with curated tokens, polished defaults, and ready-to-ship page patterns. Built to spin up Nuxt apps quickly without sacrificing taste.
- Nuxt 4 + Nuxt UI with pre-rendered home route.
- TypeScript, ESLint, and strict typing enabled by default.
- Tailwind-based design tokens with opinionated sizing and spacing.
- Handy starter sections (hero, features, CTA) wired to Nuxt UI primitives.
pnpm install
pnpm devThen open http://localhost:3000.
pnpm dev— start the dev server with HMR.pnpm build— production build.pnpm preview— preview the production build locally.pnpm lint— run ESLint.pnpm typecheck— run TypeScript checks.
app/— application entry, pages, components, and UI config.app/assets/css/main.css— global styles and Tailwind entrypoint.nuxt.config.ts— Nuxt configuration and module setup.eslint.config.mjs— linting rules (stylistic enforced).
Build and serve the generated .output directory or deploy with your preferred Nuxt-compatible host. See the Nuxt deployment docs for provider-specific steps.