Skip to content
MrCai edited this page Jul 21, 2022 · 10 revisions
Logo

Cue

A minimal MVVM framework

Introduction

Cue - short for MrCai's Vue - is a light-weight MVVM framework. Features include:

  • Two-way binding between view and model. (Proxy + Subscriptors)
  • Native TypeScript support.
  • Handy directives, e.g. c-bindc-onc-model.

TOC

Next: Quick Start 》

Clone this wiki locally