1.0.0-rc.14 • Published 5 months ago

@kevinmarrec/cloudstack-vue-pwa v1.0.0-rc.14

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@kevinmarrec/cloudstack-vue-pwa

Description

Opinionated PWA Vue integration.

Usage

This package is mainly meant to be internally used by Cloudstack Vite.

<script setup lang="ts">
import { usePWA } from '@kevinmarrec/cloudstack-vue-pwa'

const {
  needRefresh,
  offlineReady,
  register, // not needed if you use Cloudstack Vite, it will be called automatically
  updateServiceWorker,
} = usePWA()
</script>
1.0.0-rc.14

5 months ago

1.0.0-rc.13

5 months ago

1.0.0-rc.12

5 months ago

1.0.0-rc.11

6 months ago

1.0.0-rc.10

6 months ago

1.0.0-rc.9

7 months ago

1.0.0-rc.8

7 months ago

1.0.0-rc.7

7 months ago