Hirokifu / todo-vue

Code for YouTube series on building a Todo App in Vue.js

Home Page:https://www.youtube.com/playlist?list=PLEhEHUEU3x5q-xB1On4CsLPts0-rZ9oos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js Todo App

Vue Todo App

Code for YouTube Series on building a Todo App using Vue.js: YouTube Link

Note: Each video has a corresponding branch. The master branch is up to date with the latest video.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Specific Branch

If you want to checkout a certain branch:

git branch -a to list all the branches.

git checkout 01-basics (or any branch) to check it out.

Laravel API

The Laravel API repo can be found here.

About

Code for YouTube series on building a Todo App in Vue.js

https://www.youtube.com/playlist?list=PLEhEHUEU3x5q-xB1On4CsLPts0-rZ9oos


Languages

Language:JavaScript 61.3%Language:Vue 38.1%Language:HTML 0.6%