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

https://github.com/pulkittyagi01/vuetify-todo

A Vuetify todo Application based on vue-2 to understand the UI components provided by vuetify framework like date picker, snackbar, navigation drawer, vue-draagable, v-lists, v-btn and many other. Also added localbase as a dummy database to storing tasks and user details and filter the task based on the User.
https://github.com/pulkittyagi01/vuetify-todo

javascript vue-draagable vue-router vuejs2 vuetify2 vuex-store

Last synced: 4 months ago
JSON representation

A Vuetify todo Application based on vue-2 to understand the UI components provided by vuetify framework like date picker, snackbar, navigation drawer, vue-draagable, v-lists, v-btn and many other. Also added localbase as a dummy database to storing tasks and user details and filter the task based on the User.

Awesome Lists containing this project

README

          

# vuetify-todo

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

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