It is actually straightforward to use standard Web Components within a Vue application. The bindings and events still work as one would expect.
Tag: vuejs
Vue.js; AngularJS done right! – part 2
Just started with Vue? Please read part 1 first. It’s a small introduction into the Vue framework.
In part one we have created our first application using Vue. Functionally that application is complete but it is lacking a nice architecture, it is not translated, it did not have any unit tests and we did not leverage the complete power of single file components and CLI tooling to scaffold the project.
Vue.js; AngularJS done right!
This post describes briefly my first impressions of working with the Vue frontend framework.
I have been using Vue for only a couple of days now and during these days I have created an example application (a bitcoin converter).
Before, I have created the same application using other frameworks like AngularJS and Backbone, so this makes a comparison between the use of different frameworks possible.