
This is the preview part of the Vue.js tutorial where you find, how to build a blog as a single page application with the help of progressive JavaScript framework Vue.js.
This is the preview part of the Vue.js tutorial where you find, how to build a blog as a single page application with the help of progressive JavaScript framework Vue.js.
Display always fixed number of images, but if there is more images in gallery, show the number of remaining on the last displayed item. Code Snippet included.
Unlike whole tutorial, here is rewritten source code available, using Vue.js webpack simple template.
The last direction, how Vue.js components can communicate is child->child, or non parent->child respectively. In simple cases, central event bus fits for this type of communication.