0.1.5 • Published 5 years ago
notifications-vue v0.1.5
Simple notifications for Vue.js

Setup
npm i notifications-vueProject setup
// Add in main.js file:
import NotificationsVue from 'notifications-vue'
Vue.use(NotificationsVue);Usage
this.$notifi.new("Some message");