A progressive Web App for Offline-Employees to see their daily lunch.
# build for production with minification
npm run build
# you need a local http server, if not installed yet use
npm install -g serve
# run local server
serve dist
To trigger a notifications, open the Postman collection (Firebase.postman_collection.json) in Postman and execute the request.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# build for production, move firebase service worker accordingly and deploy to firebase
npm run deploy
For detailed explanation on how things work, checkout the guide and docs for vue-loader.