nuxt-modules

Installation
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

Installs
1.7K
GitHub Stars
683
First Seen
Jan 19, 2026
nuxt-modules — onmax/nuxt-skills