1.0.7 • Published 5 years ago

@nuxtjs/offline v1.0.7

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

Offline

npm npm (scoped with tag)

This module only works in production mode

Note: Please prefer using pwa-module module instead for full offline support.

  • Registers service worker
  • Scopes cacheName to allow having multi apps in same domain.

Setup

  • Add @nuxtjs/offline dependency using yarn or npm to your project
  • Add @nuxtjs/offline to modules section of nuxt.config.js
  modules: [
    // Simple usage
   '@nuxtjs/offline',

   // With options
   ['@nuxtjs/offline', { /* ... */ }],
  ]
1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago