Videos tagged with: javascript
Ajax Frontend Sorting
In this episode I'm going to show you how to use October CMSs Ajax framework to sort the items you are listing.
Ajax Frontend Filters
In this episode we are going to use Octobers Ajax framework to filter our movies by genre and year.
Edit Todos
In this episode you are going to learn how to edit todo using Vue and then save it to your October CMS database.
Complete Todo
In this episode we are going to toggle the status of our todos via Vue.js and then update our October CMS database to also save the new status there.
Delete Todo
In this episode I'm going to show you how to remove todo item from your Vue list and the remove it from October CMS database.
Computed Properties
In this episode you are going to learn about computed properties in Vue.js and how we can use them on our October CMS and Vue Todo list.
Create Todo
In this episode you are going to learn how to create new todo item using Vue.js 2.0 and then save it to our OctoberCMS database.
Props
In this episode we are going to learn how to use props to send data from one Vue.js component to another.
Listing Todos
In this episode we are going to use axios library to get all of our todos from October CMS api and then list them using Vue 2.
Setup
In this series we are going to create a todo app using October CMS as backend and Vue.js 2 as frontend of our App.
Success and Error Messages in Forms
In this episode of Making websites with October CMS I'm going to show you how to create success and error messages for your contact form.
Making Previews Pretty
Since we finished creating our post previews let's now make them pretty using WP REST API and Vue.js.
Previous / Next Post
In this episode we are going to use Vue.js and WP REST API to show previous and next post in our preview box.