
Progressive Web Apps w/ Vue 3
Lessons
1. What are progressive web apps?
2. Overview and Setup
3. Service Workers
4. Manifest.json
5. Offline Databases with IndexedDB
6. Fetching a Database with IndexedDB
7. Object Stores with IndexedDB
8. Saving Data to IndexedDB
9. Deleting Data from IndexedDB
10. Next Steps
What are progressive web apps?
Rather than having to rewrite your entire app with a mobile language like Swift or Kotlin, what if we could leverage our existing work and allow users to install our web app like a mobile app? Well, with a technology known as progressive web apps, you can!