1 - What is Storybook
2 - Install Storybook with Vue CLI
2 - Install Storybook with Vue CLI
3 - Writing stories in -.stories.js files
4 - Set a Story Hierarchy
4 - Set a Story Hierarchy
5 - Decorate Stories
6 - Installing Storybook Addons
6 - Installing Storybook Addons
7 - Storybook Knobs Addon
8 - Storybook Actions Addon
8 - Storybook Actions Addon
9 - Storybook Links Addon
10 - Storybook Notes Addon
10 - Storybook Notes Addon
11 - Storybook Docs Addon
12 - Manually Install Storybook and configure TailwindCSS
12 - Manually Install Storybook and configure TailwindCSS
13 - Configure Storybook to use Vuetify
14 - Configure Storybook to use Vuex
14 - Configure Storybook to use Vuex
Title: Progressive Web Apps w/ Vue 3
Description: In this course, you’ll learn how to get started with building a web app that’s offline-ready with Vue 3 and Progressive Web Apps.
Link: https://www.vuemastery.com/courses/progressive-web-apps-vue-3/what-are-progressive-web-apps
Difficulty: #INTERMEDIATE
Lessons: 10 / 10
Tags: #vuemastery #vue3
Description: In this course, you’ll learn how to get started with building a web app that’s offline-ready with Vue 3 and Progressive Web Apps.
Link: https://www.vuemastery.com/courses/progressive-web-apps-vue-3/what-are-progressive-web-apps
Difficulty: #INTERMEDIATE
Lessons: 10 / 10
Tags: #vuemastery #vue3
Vue Mastery
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!
1 - 1. What are progressive web apps
2 - 2. Overview and Setup
2 - 2. Overview and Setup
3 - 3. Service Workers
4 - 4. Manifest.json
4 - 4. Manifest.json
5 - 5. Offline Databases with IndexedDB
6 - 6. Fetching a Database with IndexedDB
6 - 6. Fetching a Database with IndexedDB