https://github.com/alexander-elgin/vue-todo-list
ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate
https://github.com/alexander-elgin/vue-todo-list
todolist vee-validate vue vue2 vuejs vuejs2 vuetify vuex
Last synced: 8 months ago
JSON representation
ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate
- Host: GitHub
- URL: https://github.com/alexander-elgin/vue-todo-list
- Owner: alexander-elgin
- Created: 2018-12-16T16:58:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T02:38:05.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T13:45:42.195Z (9 months ago)
- Topics: todolist, vee-validate, vue, vue2, vuejs, vuejs2, vuetify, vuex
- Language: Vue
- Homepage:
- Size: 1.72 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-todo-list - Validate (Resources / Examples)
- awesome-vue - vue-todo-list - ToDo List sample app based on Vue + Vuex + Vuetify + Vee-Validate (Examples [🔝](#readme))
- awesome-vue - vue-todo-list ★0 - Validate (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Examples)
- awesome-vue - vue-todo-list - Validate (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Examples)
README
# Vue ToDo List
A sample app to demonstrate Vue + Vuex + Vuetify + Vee-Validate features.
See [demo](https://alexander-elgin.github.io/vue-todo-list/)
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).