0.1.0 • Published 1 year ago

nuxt-overlay-component v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Nuxt Overlay Component

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  • Render your custom components as overladed

Quick Setup

  1. Add nuxt-overlay-component dependency to your project
# Using pnpm
pnpm add -D nuxt-overlay-component

# Using yarn
yarn add --dev nuxt-overlay-component

# Using npm
npm install --save-dev nuxt-overlay-component
  1. Add nuxt-overlay-component to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt-overlay-component"],
});
  1. Add nuxt-overlay-component to the modules section of nuxt.config.ts

That's it! You can now use Nuxt Overlay Component in your Nuxt app ✨

0.1.0

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago