A first glance at Vue.js

I have started building a contacts application in Vue.js with Vuex.

So far I have accoplished:

Pros so far:

  • I like the way components are build, all containing template, script, style tags;
  • I like the scopedproperty on the style tag;
  • similar to React.js, but with a less steep learning curve.

Cons:

I am still learning about it and testing, so I will be back with more opinions.