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.
- Host: GitHub
- URL: https://github.com/equilapi/todo-list-vuejs
- Owner: Equilapi
- Created: 2020-06-13T21:29:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T00:18:57.000Z (over 5 years ago)
- Last Synced: 2025-01-20T20:53:15.691Z (about 1 year ago)
- Topics: css3, html5, responsive, scss, todo-list, todolist, vuejs, vuejs2-tutorial, webpack
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```