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

https://github.com/equilapi/todo-list-vuejs

Form where tasks can be added, failing when they are created they have an incomplete status, this can be changed by changing the check box.
https://github.com/equilapi/todo-list-vuejs

css3 html5 responsive scss todo-list todolist vuejs vuejs2-tutorial webpack

Last synced: 3 months ago
JSON representation

Form where tasks can be added, failing when they are created they have an incomplete status, this can be changed by changing the check box.

Awesome Lists containing this project

README

          

# Todo List VueJS

> Form where tasks can be added, failing when they are created they have an incomplete status, this can be changed by changing the check box.

## Build Setup

```bash
# Install dependencies
npm install

# Run proyect port localhost:8080
npm run dev

# Compile for production
npm run build
```