First impressions on Vue.js 2.0

The author talks about his experience with Vue.js since he first heard about it from PHP developers who were using Vue together with Laravel. After this, he began reading the official docs of Vue 2 and started building a small app, that provides filtering for data fetched from a json-server and displays the filtered data in a sortable table and a few D3 charts.

Vue.js offers a well-thought out, developer-oriented, and performant front-end stack

Some extra points for Vue by the Vincit team:

  • Documentation is great.
  • The concepts are easy to grasp.
  • Result: Easy to get started with.

You can find the story here.