Day 2 of Learning Vue:

  • Scrapped blog project, might do it later on.

  • Learned about v-bind, v-on, v-if, v-else, v-else-if, v-for

  • Learned list rendering (v-for), as well as object rendering

comments (single view)

Vue is a great framework, possibly my favorite to use!

it’s extremely useful honestly, rendering and other stuff made much easier!

i made a simple (and i mean SIMPLE) todo app and it only took ~7 mins

v-for, and v-on/@[event] make it much easier to handle events and render large lists or objects!

View all comments