JackGraymer / todolist-vue

Simple ToDo app with Vue 3

Home Page:https://jackgraymer-todo-app-vue.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple ToDo app with Vue 3

https://jackgraymer-todo-app-vue.netlify.app/


Languages

Language:Vue 49.6%Language:CSS 40.7%Language:HTML 5.5%Language:JavaScript 4.3%