Installation
Get started with @erag/vue-toastification in your Vue 3 application.
Peer Dependencies
The package has a single peer dependency: Vue 3. It has zero runtime dependencies and uses scoped CSS classes to avoid conflicts.
Installation via package managers
Install the package into your project:
bash
npm install @erag/vue-toastificationbash
yarn add @erag/vue-toastificationbash
pnpm add @erag/vue-toastificationNext steps
Once the package is installed, proceed to the Setup Guide to register the plugin in your application.