Al-Qur'an Digital (BETA) Intro Introductions It is a Web App portfolio. Al-Qur'an Digital From Scratch. Tech Stack Vs Code Vue and Vite TailwindCss Firebase Pinia Author Eko Sutrisno Github Or Gitlab Website Eko Sutrisno Vue Project Setup npm install Development npm run dev Compiles Production npm run build Preview Production npm run serve CSP { "headers": [ { "source": "/(.*)", "headers": [ { "key": "Content-Security-Policy-Report-Only", "value": "default-src 'self'; script-src 'self' 'unsafe-inline' https://firebase.googleapis.com https://identitytoolkit.googleapis.com https://firestore.googleapis.com https://www.google-analytics.com https://www.googletagmanager.com; connect-src https://firebase.googleapis.com https://identitytoolkit.googleapis.com https://firestore.googleapis.com https://www.google-analytics.com https://www.googletagmanager.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://res.cloudinary.com; frame-src 'self' *.google.com; report-uri /csp_report_parser;" } ] } ] }