Minimal Vue 3 + TypeScript + Vite + Tailwind PWA scaffold.
Install deps and run dev server:
cd hello-pwa
npm install
npm run devBuild and preview production bundle:
npm run build
npm run previewThe PWA is configured using vite-plugin-pwa. Service worker registration is automatic via the plugin. Add icons pwa-192.png and pwa-512.png to the public/ folder for a full installable experience.