Skip to content

SaneStreet/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App with Vue3

How it works

You can add new todos to the list of todos by using the 'Add New' button.
You can mark all todos as done with the 'Mark All' button.
You can remove all todos from the list with the 'Remove All' button.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.