Introduction to dynamic displays
When you're creating pages that are based on data, you might need to change the display according to certain values. Or, you may want to display multiple items in an array.
By using Vue.js, you can do these things through directives. And doing so allows you to use HTML to control the output, which feels natural to many web developers.
In this module, you explore how to display items in an array and how to implement conditional display logic.
Objectives
After you've completed this module, you'll understand how to:
- Render all items in an array.
- Show or hide HTML elements based on variable values.
- Use if, else, and else-if statements in Vue.js.
Prerequisites
- Knowledge of HTML and CSS
- Knowledge of JavaScript
- Familiarity with Vue.js and directives
- Git
- Visual Studio Code
- Live Server extension