nuxt-modules

Installation
Summary

Framework extensions through published npm packages, local modules, and runtime/server integrations.

  • Covers three module types: published npm packages (@nuxtjs/, nuxt-), local project modules in the modules/ directory, and inline hooks in nuxt.config.ts
  • Provides defineNuxtModule patterns, Kit utilities, and hook system for extending components, composables, plugins, API routes, and middleware
  • Includes E2E testing strategies, npm publishing workflows, and copy-paste CI/CD templates for automated releases
  • Quick-start scaffold via npx nuxi init -t module with playground for local development and testing
SKILL.md

Nuxt Module Development

Guide for creating Nuxt modules that extend framework functionality.

Related skills: nuxt (basics), vue (runtime patterns)

Quick Start

npx nuxi init -t module my-module
cd my-module && npm install
npm run dev        # Start playground
npm run dev:build  # Build in watch mode
npm run test       # Run tests

Available Guidance

Related skills

More from onmax/nuxt-skills

Installs
1.4K
GitHub Stars
658
First Seen
Jan 19, 2026