Learning Quasar V1: Cross-Platform Apps (with Vue 2, Vuex & Firebase) Notes
In my opinion, the best thing I learned in here was how to manage state with vuex. Finally understood how this state management works.
Intro Vue - check here if needed to refresh your vue knowledge
Routes and Layouts
Example
router/routes.js
const routes = [
{
path: '/',
component: () => import(