Vue is undeniably one of the best JavaScript frameworks to work with. Thanks to its simplicity, learning curve, and modern features, it throws most competitors out of the water in…
How to integrate Microsoft Power BI client in Vue.js | Example
With the increased amount of user data, there comes a need for a tool to analyze such data. And for analyzing data, there is no better option than data visualization.…
Optimize Google Maps Polygon Using Ramer Douglas Peucker Algorithm | Vue.js | Example
Google Maps polygons work fine in most cases. However, once we start dealing with a huge number of polygons (hundreds of thousands), having hundreds of coordinates each, it becomes hard…
Build an iOS / iPhone home screen clone in Vue.js
In this article, I'm going to demonstrate how I built an iOS home screen clone using just Vue.js. First, let's have a look at the project structure: Project files And…
Build a WhatsApp chat clone (interface) using Vue.js
One of the best ways to enhance your Vue.js skills, is by trying to imitate interfaces already used by renowned companies. Since those interfaces have been tried and tested by…
10 Best Vue.js UI Component Libraries / Frameworks 2022
Vue.js (or Vue) is a JavaScript library used for creating SPAs. It's a popular choice of millions of front-end developers around the globe. Although comparatively new, Vue.js has already given…
How to architect / structure a large scale Vue.js application | Example
Wondering what is the best way to structure your Vue.js application so that it remains maintainable and extendable? The answer to that lies in modularity and predictability. You'd think that…