Vue 2 and October CMS Todo App
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.