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
methods
prop of the definition, and then referenced in inline clickhandlers. - The initial data is defined in the
data
method.