Eder Ramírez Hernández shows us how to use Vue.js to build a PWA. This is part 3 of the series.

vue pwa app

Until now our project works as a normal SPA allowing us to create posts, see details and save the data in a remote DB (Firestore). In this chapter we are going to set up offline capabilities to never see the downasaur again.

Here is the link to Part 1