Vue Your Todos

A unique take on the TodoMVC app that is built using a custom design with:

⚠️ Important Note

The codebase is a fun exploration of Vue.js 3's Composition API and is not representative of best practices or patterns. It is still a work in progress and additional changes will be coming.

📌 Milestones

Setup

yarn

Compiles and hot-reloads for development

yarn dev

Lints and fixes files

yarn build