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
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
- Open http://localhost:5173/ in your browser.