An opinionated vue notifications plugin
npm install @malows/vue-notificationsvue-notifications is an opninionated and unconfigurable plugin to pop up notifications
vue-notifications directly in the browser without any build setup.You can simply register the plugin:
``javascript
import VueNotifications from '@malows/vue-notifications'
Vue.use(VueNotifications)
`
Just calling the method from your instance
`javascript``
this.$notify({ message, color })