An open API service indexing awesome lists of open source software.

https://github.com/jbee37142/vue-todo-tutorial

This repository is a tutorial to create a Todo application to learn the Vue.js library.
https://github.com/jbee37142/vue-todo-tutorial

tutorial vue

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://jaeyeophan.github.io)

#### This tutorial's Goal: [Vue TodoMVC](http://todomvc.com/examples/vue/)
> In fact, it is going to be made more vue(Vuetiful).

## branch
* [Step 0](https://github.com/JaeYeopHan/vue-todo-tutorial/tree/step_0_setup)
* Setup development environment (with Vue-cli)
* [Step 1](https://github.com/JaeYeopHan/vue-todo-tutorial/tree/step_1)
* Seperate to components
* [Step 2]
* [Step 3]

## Setup

``` bash
# 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](http://friendly-belief.surge.sh/)