DEV Community

Cover image for Vue during coffee break - Transform any Vue application into offline-ready PWA in 5 minutes.

Vue during coffee break - Transform any Vue application into offline-ready PWA in 5 minutes.

Filip Rakowski on April 18, 2019

The purpose of this series is to post small tips about advanced Vue concepts that can be quickly applied into every application and give you a new ...
Collapse
 
rsbertoa90 profile image
rsbertoa90

hey!. im having somme trouble with mi first pwa with nuxt.

Suppose i made a page /offline to show when the pwa is offline.
How would i configure the sw module in nuxt config to cache the vue components implied in /offline route and redirect there when offline?.

There is really few post about nuxt specific problems in stackoverflow and other devs forums... is pretty hard to fin solution to specific problems like this.

Collapse
 
laurensiusadi profile image
Laurensius Adi

How about making database offline capable read/write?

Collapse
 
filrakowski profile image
Filip Rakowski

Then you can check my library vue-offline github.com/filrak/vue-offline or github.com/robinvdvleuten/vuex-per... for vuex directly