Episode

Looping through data in a Vue page [6 of 16] | Beginner's Series to: Vue.js

When you're working with a collection of data such as an array, you may need to display the items in a list or other format. With Vue you can add for loops to your page to display the contents of an array. We'll see how we can display a list of items by using the v-for directive.

Sample code: https://github.com/microsoft/vue-beginners-videos 
Learn Path: https://aka.ms/CreateWebsitesWithVue
Node: https://nodejs.org/  
NPM: https://www.npmjs.com/  
Vue CLI: https://cli.vuejs.org/

JavaScript