Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 520 Bytes

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