Vue.js 2 Quickstart Tutorial 2017

What is Vue.js? How to use Vue.js? Which tools I might need?

This post is an introduction to Vue and to anyone that wants to start using it, beginning from the basics.

Vue is a progressive JavaScript framework that focuses on building user interfaces.

Vue.js in the past year has become on of the most rising frameworks and is now often compared to the biggest players in the field. If you are one of the many who has heard about Vue but not used it yet, this can give you the boost you need. Read about Vue's basics, components, and directives, tools like vue-cli used for scaffolding Vue.js projects, and get to run a small app to see what Vue has to offer.

This post has been published first on CodingTheSmartWay.