//nuxt-module-starterbyHugoRCD

nuxt-module-starter

Create a new Nuxt project, module, layer or start from a theme with our collection of starters.

0
0
0
TypeScript

My Module

npm version
npm downloads
License
Nuxt

My new Nuxt module for doing amazing things.

Features

  • β›° Β Foo
  • 🚠 Β Bar
  • 🌲 Β Baz

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add my-module

That’s it! You can now use My Module in your Nuxt app ✨

Contribution

Local development
# Install dependencies
pnpm install

# Generate type stubs
pnpm dev:prepare

# Develop with the playground
pnpm dev

# Develop with the docs
pnpm docs

# Build the module
pnpm build

# Run ESLint
pnpm lint

# Run Vitest
pnpm test
pnpm test:watch

# Release new version
pnpm release

Project Structure

β”œβ”€β”€ apps/
β”‚   β”œβ”€β”€ my-module-docs/        # Documentation site
β”‚   └── my-module-playground/  # Development playground
β”œβ”€β”€ packages/
β”‚   └── my-module/             # The Nuxt module
└── package.json               # Monorepo root
[beta]v0.14.0