nuxt-modules

Originally fromonmax/nuxt-skills
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

Related skills

More from nuxt-content/nuxt-studio

Installs
35
GitHub Stars
671
First Seen
Jan 23, 2026