vite/pwa

Progressive Web App

Configure PWA with Vite

vite
pwa
offline

Command

npm install -D vite-plugin-pwa workbox-window

Explanation

Transform your Vite app into a Progressive Web App with offline capabilities and app-like experience.

Examples

Install PWA plugin

npm install -D vite-plugin-pwa workbox-window

Install Workbox for service workers

npm install -D workbox-window