This repository is a repository to create a Todo application to learn the Vue.js library. There is a step-by-step code snippet in the branch, and an explanation of the steps is posted on the blog. Develog
This tutorial's Goal: Vue TodoMVC
In fact, it is going to be made more vue(Vuetiful).
# Clone this repository
$ git clone https://github.com/JaeYeopHan/vue-todo-tutorial
# Change directory
$ cd vue-todo-tutorial
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run dev
# build for production with minification
$ npm run build