Posts

Showing posts with the label vue

Information about Vue.js

Image
Vue.js In modern days where Web frameworks are backed by Giant Tech companies,  Vue.js is an exception . In 2014, an ex-Google Engineer  Evan You  decided to combine the  good parts of AngularJS  (View Layer) and the  good parts of React  (Virtual DOM) and created Vue.js. Today, Vue.js is one of the most popular JavaScript-based Web frameworks. One of the key design goals of Evan You was to  lower the barrier into JavaScript-based front-end development . Vue.js is one of the easiest Front-end frameworks where developers can write SPA applications with minor effort. Developers can use Vue.js as an End-to-End framework with Routing, State management like Angular, or as only a view layer like React. It also offers Angular like two-way data-binding with additional Reactivity and React like rendering using Virtual DOM. 5 Key Features: Vue.js offers  progressive  app development and best in the class documentation. If you have a la...