https://github.com/lancygoyal/todo-vue
Todo App Using Vue.js and Firebase
https://github.com/lancygoyal/todo-vue
bootstrap4 firebase javascript vuejs vuex
Last synced: 12 months ago
JSON representation
Todo App Using Vue.js and Firebase
- Host: GitHub
- URL: https://github.com/lancygoyal/todo-vue
- Owner: lancygoyal
- Created: 2018-08-21T06:41:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:41:56.000Z (about 2 years ago)
- Last Synced: 2024-04-23T03:49:30.995Z (about 2 years ago)
- Topics: bootstrap4, firebase, javascript, vuejs, vuex
- Language: Vue
- Homepage: https://lancygoyal.github.io/Todo-Vue/
- Size: 2.06 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Todo-Vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Includes
- Vue.js
- Vuex
- ESLint
### Folder structure
.
├── src # Source folder
│ ├── assets # Assests folder
│ ├── components # Componets folder
│ ├── views # Views folder
│ ├── store # Vuex folder
| ├── main.js # Main File
└── package.json # Node dependencies