Personal Projects
A curated collection of personal projects, from the barely conceived to the immediately adoptable.
<div
v-component
v-data:count="0"
>
<button v-event:click="count -= 1"> - </button>
<p v-text="count">0</p>
<button v-event:click="count += 1"> + </button>
</div>
vivere
A light-weight javascript framework for progressively enhancing HTML with reactive components.
Typescript