/todo-app

A classic Todo App using Vue 3

Primary LanguageVue

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.