1.0.0-rc.14 • Published 10 months ago

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

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

10 months ago

1.0.0-rc.13

10 months ago

1.0.0-rc.12

10 months ago

1.0.0-rc.11

11 months ago

1.0.0-rc.10

11 months ago

1.0.0-rc.9

11 months ago

1.0.0-rc.8

12 months ago

1.0.0-rc.7

12 months ago