An open API service indexing awesome lists of open source software.

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

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