Vaidikalaya

Introduction Of Vue

  • VueJS is an open source progressive JavaScript framework for building user interfaces and single-page applications.
  • Vue.js is mainly focused on the view part of the application that is also called front end development.
  • Vue.js is going popular day by day because it is very easy to integrate with other projects and libraries.
  • It is very simple to install and use. Even beginners can understand it easily and start building their own user interfaces.

History Of Vue

  • VueJS is created by Evan You.
  • The first version of VueJS was released in Feb 2014.
  • The latest version of VueJS is Vue 3 and in this tutorial you will learn Vue 3.

Why we use VueJS

There are many JavaScript frameworks available in web development then why we use VueJs. Here we will explain some features of VueJs who will define that why we should use VueJs.

1. Progressive Framework

Vue.js is called a progressive framework because it is being changed and developed continually and it covers most of the common features needed in frontend development. It is simple, tiny (24KB) and mostly performance-oriented. Being lightweight, it definitely feels different from all the other JavaScript front-end frameworks and view libraries and offers great performance.


2. Components

Components is the most important feature of VueJs and it is a functionally independent part of any system. In VueJs we can create components where we write some code and used it anywhere and anytime in existing project.


3. Routing

Routing is one of the most important part for any website because it build the navigation between the web pages. And for single page web applications routing is one of the part who differentiate it others. In vue you can use the officially-supported vue-router library for your Single Page Application.


4. Lightweight

VueJS is very small in size front end framework. The success of a JavaScript framework very much depends on its size and compressed zipped size of Vue alone is around 24KB