DEV Community

Cover image for Vue Who?
DigitalDump
DigitalDump

Posted on

Vue Who?

Vue.js is a progressive framework for building user interfaces. It is essentially reusable components of code that have their own HTML, CSS, and JavaScript which define, style, and print each individual component. Vue.js enables coders to build custom and reusable bits of code which makes the code cleaner, easier to debug and edit when needed.

I used Vue.js to improve the code of my online resume on codepen. This has made the resume easier to edit when needed. For example, I can change the photo much faster through the JavaScript window instead of having to search for the specific image in a long and messy HTML code. Additionally, it is easy to duplicate the Vue.js component in case I want to repeat the same format later in my resume.

Check out this video to see how I implemented Vue.js into my resume project: Better code with Vue.js

Top comments (0)