Question - What is the VUE-resource? How would you install the Vue-Resource? 
          
        
        Answer - 
        The VUE-resource is a plug-in for Vue.js. This plug-in is used with Vue.js to make web requests and handle responses, in which XHMLHttpRequests or JSONP is used.
You can use the following yarn or npm command to install VUE-resource:
1.	$ yarn add vue-resource  
2.	$ npm install vue-resource