notifications-vue
v0.1.5
Published
Simple Vue plugin notifications
Downloads
6
Maintainers
Readme
Simple notifications for Vue.js
Setup
npm i notifications-vue
Project setup
// Add in main.js file:
import NotificationsVue from 'notifications-vue'
Vue.use(NotificationsVue);
Usage
this.$notifi.new("Some message");