Episode 23 homework add edit the todo functionality.
# clone the repo
git clone https://github.com/mustafa-kahraman/vue-todomvc.git
# go in to the folder
cd vue-todomvc
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work... watch the video
MIT
Free Software, Hell Yeah!