Build a Simple Todo App with Vue.js and Vuex 2.0

An introduction to building apps with Vue.js and Vuex 2.0

The tutorial starts with an introduction to Vue 2 and Vuex, the setup follows using vue-cli with webpack-simple-2.0. After the latest version installation of Vuex you can begin managing *.vue files and creating the Vuex store for your ToDo app. Also read some tips and how to deal with deprecations.

You can find the source code for the app here.

The tutorial on Medium and its author