Socket
Socket
Sign inDemoInstall

notifications-vert

Package Overview
Dependencies
22
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    notifications-vert

This library provides a unique centralized notifications solution for most of VERT projects, using Vue3 [Vue plugin](https://v3.vuejs.org/guide/plugins.html)


Version published
Weekly downloads
15
decreased by-65.91%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 22 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc