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.
- Host: GitHub
- URL: https://github.com/jbee37142/vue-todo-tutorial
- Owner: jbee37142
- Created: 2017-09-21T11:20:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T05:00:12.000Z (about 8 years ago)
- Last Synced: 2025-06-14T04:05:19.880Z (8 months ago)
- Topics: tutorial, vue
- Language: Vue
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)