vue js Final doc
vue js Final doc
FRAME WORK
TEAM MEMBERS:-
ZUBIYA ANSARI-
220805
ZAINAB KHAN-
220811
BRANCH: - IF-6I
1. INTRODUCTION
Vue.js adopts the virtual DOM concept from React, which allows efficient
DOM updates and better performance. Vue also incorporates component-based
architecture, similar to React, enabling developers to build reusable and
modular UI components.
2. HISTORY OF VUE JS
Vue.js was created by Evan You in 2014. Evan was a former Google
employee who worked on the AngularJS framework, and Vue.js was born
out of his desire to create a more flexible and lightweight alternative for
building user interfaces.
3. VERSIONS OF VUE JS
➢ Lightweight and Fast - Vue.js has a small size and fast performance.
➢ Easy to Learn - Simple syntax makes it beginner-friendly.
➢ Reactive Data Binding - Automatically syncs UI and data.
➢ Component-Based Architecture - Encourages reusable and modular
components.
➢ Flexibility - Can be used for small parts or full-scale apps.
➢ Rich Ecosystem - Provides tools for routing, state management, and
development.
➢ Virtual DOM - Enhances rendering efficiency and performance.
➢ Two-Way Data Binding - Ensures seamless communication between
data and UI.