Web components with Vue.js
For one client I’m developing two digital stores. One is a custom B2B solution, the other a B2C Magento platform. In both, a custom component is needed and I thought that building a web component could be a good strategy. The general …
Vue.js use case #2 – dynamic v-model
Part of my work is B2B custom e-commerce. And, of course, on many occasions, a custom order process is needed. Recently, the job was to make a grid, so that the user could easily insert quantities for several combinations of size and …
Vue.js use case #1 – watchers
I’m starting a series on Vue.js uses cases. This first post is about interconnected data and selections boxes. Just yesterday I was working on a project with a use case which, being fairly normal, made me think for a while. The project …
Vue.js 2.6 – Vue.observable(object)
This is the third post in the series about the 2.6 version of Vue.js. The first two posts can be found here: http://openbox.pt/vuejs/vue-js-2-6-slots http://openbox.pt/vuejs/vue-js-2-6-dynamic-directive-arguments In Vue 2.6, a new method was added to the Vue object: Vue.observable(object). The official documentation can be found …
Vue.js 2.6 – dynamic directive arguments
I’m writing a series about Vue.js, version 2.6, the most recent one. This is the second post, the first is here: http://openbox.pt/vuejs/vue-js-2-6-slots. In Vue.js 2.6 we now can use dynamic arguments with directives. So, the specific argument that we want to use is only …
Vue.js 2.6 – slots
Today I started the updating of my book, Manual do Vue.js (https://leanpub.com/manual-vuejs), to the most recent version of Vue, the 2.6 version. I began by revisiting the medium article of Evan You about this new version. It can be found here: https://medium.com/the-vue-point/vue-2-6-released-66aa6c8e785e. Evan …
Recent Comments