Skip to content

hcoiro/pushme

Repository files navigation

pushme

Send easy push notifications with a single HTTP post request, see the website for my implementation hosted on Vercel.

You a free to copy this for non-commerical use. You do need to generate your own VAPID key pair and have a Mongo DB server. Install the now-cli and setup the secrets in now.json

Project setup for Vue

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.