Skip to content

Files

Latest commit

 

History

History
 
 

vue-notification-center-example


NPM npm downloads MIT

The open-source notification infrastructure for developers

The ultimate service for managing multi-channel notifications with a single API.


Explore the docs »

Report Bug · Request Feature · Join Our Discord · Roadmap · X · Notifications Directory

Vue Notification Center Example

Steps:

  • Clone the example repository
git clone https://github.com/novuhq/examples.git
  • Go into vue-notificaton-center-example directory
cd examples/vue-notificaton-center-example
  • Install depdendencies
npm install
  • Create a .env file in the root of the project
cp .example.env .env
  • Edit environment variables in .env file with your own values

  • Run the project

npm run dev