| Framework | Code size | Bundle size | Author | Github |
|---|---|---|---|---|
| Vue 1.0.26 | 545 | 272661 | krawaller | link |
No surprises here, this is a vanilla Vue implementation.
- We read from localStorage when the
datais initialised - We use the
v-fordirective to render many buttons - We use
v-bind:classfor dynamicactiveclass - We use
v-on:click="vote($index)"to actively call thevotemethod with the correct index