@vue-lynx-example/todomvc
v0.2.4
Published
TodoMVC built with Vue 3 × Lynx
Downloads
740
Readme
TodoMVC
Classic TodoMVC built with Vue 3 × Lynx using CSS Selector styling. This version features iteratively improved UI, layout, and scrolling behaviors matching the modern reference clone.
(For the original unpolished version, see examples/todomvc-day1)
Features Exercised
<script setup>withdefineProps/defineEmitsref,computedfor state managementv-forlist rendering with:keyv-if/v-elseconditional rendering- Dynamic
:classbinding @tap,@longpress,@confirm,@blurevents- CSS Selectors (
enableCSSSelector: true) - Multi-component composition (TodoApp, TodoHeader, TodoItem, TodoFooter)
