/todolist-vue

Simple ToDo app with Vue 3

Primary LanguageVue

ToDo List with Vue 3 + Vite

This project is a simple todo app saved in local storage to persist in your browser. The objective is mostly to learn Vue 3 by doing new projects and implementing new features.

Project Setup

This commands can be found in package. json in the script tag.

Install necessary dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Preview the production version

npm run preview