| Framework | Code size | Bundle size | Author | Github |
|---|---|---|---|---|
| Vue 1.0.26 | 367 | 272436 | krawaller | link |
No surprises here, this is a vanilla Vue implementation.
- Methods are listed in the
methodsprop of the definition, and then referenced in inline clickhandlers. - The initial data is defined in the
datamethod.