Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 818 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 818 Bytes

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.