Skip to content

uxmoon/todo-list-vue2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-list

🚀 Demo

Todo list app based on Vue JS Crash Course (2019) by Traversy Media

Goal

I want to explore and learn VueJs JavaScript framework and how it compares to React.

How to create components, pass data from child to parent component, make http requests with axios (get, post, delete) and define routes with Vue router.


Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.