Lazy loading an image
Lazy loading your images greatly improves the performance of your web app. In this article i will show how easy it is to make it work in Vue.
How to make your user interface look balanced
Consistency is key when designing a balanced user interface. Creating harmony between elements is easy using this simple method.
How to emit an event to a child component in Vue.js
How to make a Vue component and its child components interact using events and props.