
We’re going to take a look at a basic setup of a Vue app inside the WordPress dashboard. The purpose of this short Vue.js tutorial is to provide you with some scaffolding on which you can build and experiment with Vue.

What is the scope of this Vue.js tutorial? Each of them having their own HTML markup, CSS and JavaScript code. Vue is also modular, and will allow you to split your code into reusable components. Compared to other frameworks, like Angular or React, Vue is more approachable and has not as steep of a learning curve.

Vue.js or Vue for short is a JavaScript framework for building user interfaces. Click To Tweet What is Vue.js? Why should you care?
