Hello Vue
Vue JS practice project, just a hello to VUE world.
Lets see the pros and cons of VueJS. I am using vue-cli for the base project setup (I like it).
Go to the first directory
cd chapter1
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint