Dynamic page displays with Vue.js
One of the goals of any web framework is to update the display based on data values. This module explores how to make your page dynamic based on those values and how to display lists of information.
Learning objectives
In this module, you will:
- Learn how to display lists.
- Learn about conditional rendering.
Prerequisites
- Knowledge of HTML and CSS
- Knowledge of JavaScript
- Familiarity with Vue.js and directives
- Git
- Visual Studio Code
- Live Server extension