Friday, May 25, 2018

Working with VueJS

Vue.js is a lightning fast framework that lets you build web apps in a simple way.

Links
Vue.js

Introduction

Getting Started

How to create new project with dependencies

Difference: VUE vs Angular
- Both are component driven
- It is lighter than angular so performance wise it is better
- Easy to learn
- We can divide into component which are re-usable with plug n play kind

Vue extension: "vue-devtools" is chrome extension used to get our vue instances in chrome console environment
Add Dev Tools