To create an instance of VUE JS, we have to use the below-mentioned function.

var vm = new Vue({
   // options
})

BY Best Interview Question ON 11 Mar 2020