redoxeon / Vue-ToDo

https://vue-todo.mharding.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue To-Do List

I used the Vue CLI template to get started on developing with Vue 3 in Vite.

I'm deploying this site with netlify and using my already owned domain!

MVP Reqs

  • View a list of to-do items
    • with the ability to filter the list by pending, complete, and all to-dos
  • Create a new to-do item
  • Edit a to-do item
  • Delete a to-do item
  • Complete a to-do item

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

https://vue-todo.mharding.dev/


Languages

Language:Vue 54.6%Language:CSS 26.0%Language:JavaScript 16.3%Language:HTML 3.0%