Videos tagged with: vuejs
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.
Creating The API
Before we start using Vue.js 2 to create our application we have to create the API for it using October CMS.
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.
Loading Screens
In this episode of Theming With WP REST API we are going to be creating loading screen with Vue.js and WordPress REST API.
Simple Pagination
In this episode of Theming with WordPress REST API I'm going to show you how you can make simple pagination with Vue.js for your WP REST API application.
Add Image To Post Type
In this episode of theming with WordPress REST API and Vue.js we are going to add URL to featured image of our custom post type to our REST API.
Adding Custom Fields
In this episode of Theming with REST API we are going to add custom fileds to our custom post type WordPress REST API and display them with Vue.js
Custom Post Types
In this episode of Theming with WP REST API and Vue.js I'm going to show you how to set up custom post types for your REST API
Wrapping Up Full Post
In this episode of WP REST API theming with Vue.js we are going to wrap up what we started doing in previous episode and finish setting up our full post view.
Getting Full Post
In this episode of theming with WP REST API and Vue.js we are going to get and display the data of the full post.
Making Previews Pretty
Since we finished creating our post previews let's now make them pretty using WP REST API and Vue.js.