0.0.1 • Published 2 years ago

@kevinmarrec/nuxt-modals v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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'
  ]
})

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.