kevinmarrec / nuxt-modals-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt Modals

npm version npm downloads Github Actions

Modals logic for Nuxt 3

Setup

Add @kevinmarrec/nuxt-modals dependency to your project :

# Using Yarn
yarn add -D @kevinmarrec/nuxt-modals
# Using NPM
npm install -D @kevinmarrec/nuxt-modals
# Using PNPM
pnpm install -D @kevinmarrec/nuxt-modals

Edit your nuxt.config.ts file to add Modals module :

export default defineNuxtConfig({
  modules: [
    '@kevinmarrec/nuxt-modals'
  ]
})

Usage

Check the playground.

Development

Make sure to install the dependencies :

pnpm install

Start the development server on http://localhost:3000 :

pnpm dev

License

Made with đź’™

Published under the MIT License.

About

License:MIT License


Languages

Language:Vue 58.5%Language:TypeScript 41.5%