1.2.8 • Published 1 year ago

notifications-vert v1.2.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

How it works

Components

1.2.8

1 year ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago