Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drehimself/todo-vue
Code for YouTube series on building a Todo App in Vue.js
https://github.com/drehimself/todo-vue
firebase firestore laravel vee-validate vue vue-animations vue-axios vue-cli vue-components vuejs2 vuex
Last synced: 10 days ago
JSON representation
Code for YouTube series on building a Todo App in Vue.js
- Host: GitHub
- URL: https://github.com/drehimself/todo-vue
- Owner: drehimself
- Created: 2018-04-03T18:45:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T10:33:07.000Z (over 4 years ago)
- Last Synced: 2025-01-22T11:50:59.697Z (10 days ago)
- Topics: firebase, firestore, laravel, vee-validate, vue, vue-animations, vue-axios, vue-cli, vue-components, vuejs2, vuex
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLEhEHUEU3x5q-xB1On4CsLPts0-rZ9oos
- Size: 398 KB
- Stars: 231
- Watchers: 15
- Forks: 126
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Todo App
![Vue Todo App](https://user-images.githubusercontent.com/4316355/40896358-794f985c-6782-11e8-894d-cffc61bec4d3.png)
Code for YouTube Series on building a Todo App using Vue.js: [YouTube Link](https://www.youtube.com/playlist?list=PLEhEHUEU3x5q-xB1On4CsLPts0-rZ9oos)
**Note:** Each video has a corresponding branch. The `master` branch is up to date with the latest video.
## Build Setup
``` bash
# 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](https://github.com/drehimself/todo-laravel).