Vue.js

✨Top 5 resources to learn Vue.js [in no particular order]

Hey everyone 👋🏻, In this article, I will be mentioning the top 5 resources that I highly recommend if you want to learn Vue.js. PS : I am not an affiliate of any of these resources/courses. These are just some of my personal recommendations if you are looking to learn Vue. Introduction Vue is a…

Vue.js – Introduction

Hey guys 👋🏻, In this post, I will be starting with a new series and it is on Vue.js. So in this first post, let us talk cover the Introduction to Vue.js For this post we will first understand Props✔ What is Vue.js ?✔ How to Get Started ? ✔ Declarative Rendering What is Vue.js?…

✨8 Vue Projects Every Beginner Should Try

Hey everyone , In this article, let us see 8 Vue Projects Every Beginner Should Try. This article was first published on https://the-nerdy-dev.com/.Check the website for more interesting articles and tutorials on Web Development. Introduction Vue.js is an open-source model–view–view-model (MVVM) front end JavaScript framework for building user interfaces and single-page applications. It was created…

Vue.js – Event Handling using v-on directive

Hey guys 👋🏻, In this post, let us talk about Event Handling in Vue.js using the v-on directive. For this post we will understand✔ Event Handling using v-on ✔ One Code Example Event Handling For user interactions we can use a special directive called as v-on to attach event listeners that perform some code or…