Vue Awesome Notifications
It's a Vue.js version of Awesome Notifications library. Awesome Notifications is a lightweight JavaScript library for notifications.
Install
Attention! This library uses FontAwesome icons, so you either need to make sure that FontAwesome is connected to your project, either disable icons, passing the
icons: {enabled: false}
property to options. Also you can preserve icons, setting up a custom template for them via edittingoptions.icons.template
npm install --save vue-awesome-notifications
In main.js
In any of your files:
Usage of default styles
For easier customization, SCSS version is preffered.
With SCSS - In your App.vue
With CSS - In your App.vue
Or in main.js
**