DEV Community

Cover image for All about Vue JS
ljp5342
ljp5342

Posted on

All about Vue JS

What is Vue JS

Vue JS is a front end framework for JavaScript. It is open source as well, meaning anyone can contribute to its development. Frameworks are simply outlines used to build websites and web applications. One of the greatest advantages of Vue is that it is fast, easy to use, and very versatile.

Using Vue

I have used Vue to recreate a template resume that I made a while back ago. I have cut out many parts of it only leaving the header. but you will also notice that it has greatly simplified the header portion of my resume. It was pretty easy to implement and I did not run into very many problems.

My Code
https://codepen.io/ljp5342/pen/QWpLwEo

I also documented my usage of Vue in a Youtube video as well.

https://youtu.be/EeKC_6CF0Sg

Top comments (0)