notifications-vert
v1.2.8
Published
This library provides a unique centralized notifications solution for most of VERT projects, using Vue3 [Vue plugin](https://v3.vuejs.org/guide/plugins.html)
Downloads
429
Readme
Notifications Center - VERT
This library provides a unique centralized notifications solution for most of VERT projects, using Vue3 Vue plugin
Installation
# install the package
yarn install notifications-center
How it works
Configuration
To start using the plugin, add the following to Vue main file to register the plugin globally.
import NotificationCenter from 'notifications-vert'
app.use(NotificationCenter, {
baseUrl: WS_NOTIFICATION_URL,
appName: APPLICATION_NAME,
token: PROVIDE_USER_TOKEN,
settingsNotificationsUrl: (optional)
});