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

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

Awesome Lists containing this project

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/).