vue-notification

Vue.js 2+ notification plugin using Velocity for animations.

Vuejs-notifications

Install

npm install --save vue-notification
Bash

How to

In main.js:

import Vue           from 'vue'
import Notifications from 'vue-notification'

Vue.use(Notifications)
JavaScript

In App.vue:

<notifications group="foo" />
Vue

In any of your files:

this.$notify({
  group: 'foo',
  title: 'Important message',
  text: 'Hello user! This is a notification!'
});
JavaScript

GitHub

:icecream: Vue.js 2 library for showing notificationsRead More

Latest commit to the master branch on 2-12-2025
Download as zip