1.0.0-rc.14 • Published 7 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.0.0-rc.13

7 months ago

1.0.0-rc.12

8 months ago

1.0.0-rc.11

8 months ago

1.0.0-rc.10

8 months ago

1.0.0-rc.9

9 months ago

1.0.0-rc.8

9 months ago

1.0.0-rc.7

9 months ago