Basic Routing
In this episode we are going to start building our Nuxt site, and also take a look at the basic Nuxt routing.
Overview and Install
In this first episode of new mini series, we are going to take a look at what Nuxt.js is and how it can help us in creating statically generated websites.
List Switch
In this quick episode we are going to take a look at List Switch plugin for OctoberCMS
Controllers
In this episode of Sage is Awesome we are going to take a look at how Controllers can be used to make our WordPress theme development cleaner.
Components
In this episode of Sage is Awesome we are going to take a look at another Blade feature called components and how it can help you with your WordPress development.
Includes and SVGs
In this episode of Sage is Awesome we are going to take a look at Laravels Blade @include feature, and how it can make our WordPress development easier.
Install and Overview
In this miniseries we are going to take a look at Sage WordPress starter theme, and how it can make our lives as theme developers much easier.
Logout
In this episode I'm quickly going to show you how to logout out of your OctoberCMS, Vue and Vuex application.
Login Errors
In this episode I'm going to show you how to handle login errors in our OctoberCMS, Vue and Vuex application.
Fixing JWT
In this episode we are going to fix the problems that we had with JWT in the previous episode in our Vue and OctoberCMS app
Making Reservation
In this episode we are going to finish the checkout process and and make reservation in our OctoberCMS, Vue and Vuex application.
Persisting State
In this episode we are going to continue the checkout process and learn how to automatically persist state in Vue and Vuex
Remove unused images
In this episode we are going to remove unused images from OctoberCMS storage.
Login and Registration (with JWT)
In this episode we are going to learn how to register and login users using Vue, OctoberCMS and JWT.
Luxon
In this episode we are going to be using Luxon plugin to format and calculate our dates in our Vue app.
Persisting dates
In this episode we are going to persist our dates using localStorage and Vue.