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.
- Host: GitHub
- URL: https://github.com/pulkittyagi01/vuetify-todo
- Owner: PulkitTyagi01
- Created: 2023-10-26T10:39:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T20:07:37.000Z (over 2 years ago)
- Last Synced: 2025-02-13T15:27:14.280Z (over 1 year ago)
- Topics: javascript, vue-draagable, vue-router, vuejs2, vuetify2, vuex-store
- Language: Vue
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).