What is Vue JS?
Vue is a JavaScript framework for building interfaces on the front end. It helps to organize our JavaScript files to make the user interfaces more interact.Vue is a much simpler and less complex way of adding Javascript functionality when developing an application.
My thought process for selecting how your component should function.
Since this was my first time using Vue, I started of with a basic test run by applying it my HTML code from the previous Resume assignment. To include Vue to the HTML, I needed to added the version of Vue URL to our script source tag. Just so you are aware they are two versions of Vue JS. There is the development version which is typically recommended for new users and the production version, which is used by developers familiar with the framework. In the video, I am going to explain how I was able to select elements in my HTML and use Vue JS to refer and modify these elements easier.
Links to Youtube Video: https://www.youtube.com/watch?v=1xHXDNGuRs0;
Link to codepen: https://codepen.io/flexdesign1/pen/VwmKmPe
Top comments (0)