Skip to content

Instantly share code, notes, and snippets.

View iniakunhuda's full-sized avatar
👨‍💻
Ancora Imparo!

Miftahul Huda iniakunhuda

👨‍💻
Ancora Imparo!
View GitHub Profile
@iniakunhuda
iniakunhuda / app.js
Created June 14, 2021 06:06 — forked from echr/app.js
Simple Laravel + Vue + Laravel Mix + Firebase Notification (PWA, Offline)
// FILE PATH: /resources/js/app.js
require('./bootstrap');
// Import Service Worker Registry
require('./extensions/sw-registry');
import Vue from 'vue';
...