Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobrov-site/todolistvue


https://github.com/bobrov-site/todolistvue

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# todolistvue

## Description

This is todo list vue project. Futures list:
* Add new tasks
* Edit tasks
* Delete tasks
* Search tasks
* login with firebase
* register with google or email
* password reset
* add avatar
* add profile description

## Tech stack and dependencies

- Vue(2)
- VeeValidate
- Vue Router
- Vuex
- Vue2-Datepicker
- Bootstrap
- Bootstrap Icons
- Firebase
- Axios
- Eslint
- Sass

## 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
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).