-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MrCai edited this page Jul 21, 2022
·
10 revisions
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-bind
、c-on
、c-model
.