Rocket launch tracking PWA built with VueJS, VueX & โค๏ธ
npm install
npm run serve
npm run build
npm run lint
npm run build:watch
and
npm run serve:dist
Go into DevTools -> "Applications" -> "Service Workers" and send a push from there with a JSON object. e.g.
{ "title": "Test message", "body": "This is a test message", "topic": "launch", "id": "2068" }
Copy the base environment and edit the .local copy
cp .env.production .env.production.local
VUE_APP_API_URL=https://api.example.app
VUE_APP_API_VAPID_PUBLIC_KEY=BIMSlo01XNTmTFT0rcrMluhMl0Vbls-t6DAXtbRBiFW_z_n9kF9KlxsEiyujlAEZhDDEJsxMlMxT86_OXxKNQeU
BASE_URL=https://example.app
This project is under the MIT license.