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.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
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.
The Laravel API repo can be found here.