tag

nuxt

10 indexed skills · max 10 per page

skills (10)

nuxt

antfu/skills · Productivity

1

Full-stack Vue framework with SSR, file-based routing, auto-imports, and universal deployment via Nitro. \n \n Covers core concepts including directory structure, configuration, CLI commands, file-based routing with middleware and layouts, and data fetching with useFetch and useAsyncData \n Supports three rendering modes: universal SSR, client-side SPA, and hybrid rendering with route-level control \n Includes auto-import systems for composables and components, built-in components like NuxtLink

nuxt-better-auth

onmax/nuxt-skills · Productivity

0

Authentication for Nuxt 4+ with composables, server helpers, and route protection. \n \n Provides useUserSession() composable for client-side auth flows (login, signup, signout) and requireUserSession() server helper for API route protection \n Supports route protection via routeRules and definePageMeta with role-based access control \n Integrates Better Auth plugins including admin, passkey, and 2FA capabilities \n Includes NuxtHub database setup with Drizzle schema and clientOnly mode for exte

nuxt-studio

onmax/nuxt-skills · Productivity

0

Self-hosted, open-source CMS module for editing Nuxt Content websites in production.

nuxt-modules

onmax/nuxt-skills · Productivity

0

Framework extensions through published npm packages, local modules, and runtime/server integrations. \n \n Covers three module types: published npm packages (@nuxtjs/, nuxt-), local project modules in the modules/ directory, and inline hooks in nuxt.config.ts \n Provides defineNuxtModule patterns, Kit utilities, and hook system for extending components, composables, plugins, API routes, and middleware \n Includes E2E testing strategies, npm publishing workflows, and copy-paste CI/CD templates fo

nuxt-content

onmax/nuxt-skills · Marketing

0

Typed content collections and SQL-backed queries for Nuxt apps with markdown, MDC, and remote sources. \n \n Supports local markdown files, remote GitHub repositories, and external APIs as content sources via defineCollection and defineCollectionSource \n Query content with a fluent SQL-like API ( queryCollection ) for filtering, navigation, and search across typed collections \n Render markdown with Vue component support (MDC syntax) using ContentRenderer and customizable prose components \n In

nuxt-seo

onmax/nuxt-skills · Marketing

0

Nuxt SEO meta-module for robots, sitemaps, OG images, and structured data. \n \n Five integrated sub-modules handle robots.txt generation, sitemap.xml creation, dynamic OG image generation, JSON-LD schema.org data, and meta utilities like breadcrumbs and canonical URLs \n Configure once via site in nuxt.config.ts and access shared settings through useSiteConfig() across all modules \n Integrates with Nuxt Content v3 via asSeoCollection() to automatically generate sitemaps, OG images, and structu

nuxt

onmax/nuxt-skills · Productivity

0

Nuxt 4+ development guidance covering server routes, file-based routing, middleware, composables, and configuration patterns. \n \n Organized reference files for API endpoints, server middleware, routing, middleware/plugins, Nuxt composables, components, and configuration \n Includes h3 v1 helpers for validation, WebSocket, and SSE; Nitro v2 patterns; and typed router support \n Highlights Nuxt 4 breaking changes (NuxtPage vs Nuxt, getRouterParam, useRequestURL) with migration examples \n Cross-

nuxt-ui

nuxt/ui · Frontend

0

125+ accessible Vue components with Tailwind CSS theming, built on Reka UI for rapid interface development. \n \n Supports Nuxt, Vue (Vite), Laravel (Inertia), and AdonisJS with unified component API across frameworks \n Includes 200,000+ Iconify icons via i-{collection}-{name} naming, with local collection support and custom icon directories \n Seven semantic colors (primary, secondary, success, info, warning, error, neutral) configurable at runtime; override components via ui prop, class prop,

auth0-nuxt

auth0/agent-skills · Productivity

0

Server-side session authentication for Nuxt 3/4. NOT the same as @auth0/auth0-vue (client-side SPA).

nuxt-ui

onmax/nuxt-skills · Frontend

0

Styled UI component library for Vue 3 and Nuxt 4+ with 125+ components, form validation, and theme customization. \n \n Built on Reka UI headless primitives, Tailwind CSS v4, and Tailwind Variants for type-safe, accessible components \n Includes forms with Zod/Valibot validation, data tables with sorting, modals, toasts, drawers, and command palettes \n Semantic color system and CSS variable theming via app.config.ts for consistent design customization \n Composables like useToast, useOverlay, a