Skip to content

Nuxt 3

You need to stop the dev server once started and then to see the PWA in action run:

  • nr dev:preview:build: Nuxt build command + start server
  • nr dev:preview:generate: Nuxt generate command + start server
ExampleSourcePlayground
Auto Update PWAGitHubOpen in StackBlitz

WIP

You can also check Elk repo for a real world example: we're working to update the repo.

Elk repo is using Push Notifications and Web Share Target API PWA capabilities and Prompt for update register type via injectManifest strategy.

Released under the MIT License.