vuetify-notifier
v2.0.1
Published
Vuetify Notifier is a simple way to display notifications in your Nuxt and Vue applications using Vuetify.
Downloads
1,309
Readme
Vuetify Notifier Nuxt Module
Vuetify Notifier is a Vue 3 plugin that simplifies the process of displaying notifications, alerts, confirmations, and prompts in your Vue or Nuxt applications. It uses Vuetify components to provide a beautiful and customizable user experience.
Nuxt Installation
$ npx nuxi@latest module add vuetify-notifier-nuxt-module
Please install vuetify-nuxt-module if you're not install. Guide to install Vuetify with Nuxt
Vue Installation
$ npm install vuetify-notifier
Please install vuetify if you're not install. Guide to install Vuetify with Vue