notifications-vue

Simple Vue plugin notifications

Usage no npm install needed!

<script type="module">
  import notificationsVue from 'https://cdn.skypack.dev/notifications-vue';
</script>

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");