DEV Community

Tech-withtata
Tech-withtata

Posted on • Originally published at codepen.io

Why Am I So Bad At This?

I have about as much foundational knowledge on JavaScript as a 5th grader...HOWEVER, through multiple hours of rewatching the course lectures and having only one (1) mild breakdown, I think I finally understand Vue!

Vue, in very watered down language, is a variable swapping framework that allows larger pieces of data (or code) to be swapped into different components of condensed, more complex, and more efficient HTML. Different components of script can be boxed off and edited with your specific information (I hope this is making sense)!

Through creating a Vue function, I had to make sure all of my data transferred over for the HTML and CSS to still look aesthetically pleasing. Through setting the name (look for name with double brackets in code), and other specific, swappable components of my resume, I was able to create a condensed version of my resume.

Here's a link to my CodePen so you can see my work https://codepen.io/ajtata1999/pen/Rwoamrp

Vue is an extremely powerful tool and can be used to create much more complex pages that have more interactive, "hover over" properties. Hopefully with more foundational knowledge in Vue, I can eventually learn how to create even more elaborate web pages!

Here's a link to my YouTube Video as well https://www.youtube.com/watch?v=SAcYJpnXnJA&feature=youtu.be

Thanks Everyone!

Top comments (0)