VueJS Part 2: Hello Vue and displaying values in HTML

Kristijan
4 min readSep 8, 2023

Recently, I started learning VueJS, and this article is part of the series of my notes while learning it. In this one, I will be covering how to display values in HTML when using VueJS. Also, I will cover how to control HTML attributes with it.

Vue logo

Initial application

--

--