Skip to content

A simple interface in Vue.js to interact with the web push notifications API

Notifications You must be signed in to change notification settings

takisrs/web-push-frontend

Repository files navigation

Web Push Notifications - Frontend implementation

A simple frontend implementation in Vue.js for Web Push Notifications Backend

Find backend implementation here.
Check a sample client-side implementation here.

Project setup and build

Install dependencies:

npm install



Compile and serve for development:

npm run serve



Compile for production:

npm run build

About

A simple interface in Vue.js to interact with the web push notifications API

Topics

Resources

Stars

Watchers

Forks