Skip to content

This repository is a tutorial to create a Todo application to learn the Vue.js library.

Notifications You must be signed in to change notification settings

JaeYeopHan/vue-todo-tutorial

Repository files navigation

vue-todo-tutorial

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).

branch

  • Step 0
    • Setup development environment (with Vue-cli)
  • Step 1
    • Seperate to components
  • [Step 2]
  • [Step 3]

Setup

# 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

Author

Jbee

About

This repository is a tutorial to create a Todo application to learn the Vue.js library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published