Vue.js is one of the simplest JavaScript frameworks to use, in fact, I call it the lightweight champion. Once you are familiar with the basics of JavaScript, it’s easy to pick up Vue.js and start building rich web apps.
[…]
We’ll start with vue-cli’s webpack-simple template to give us a Vue template scaffolding to work with.
If you don’t have the vue-cli installed, you can do so by running the following commands:
[…]
webpack-merge:We will use it to merge two web-pack bundles together
[…]