How to create an instance of Vue.js? Technology Community › Category: Vue.js › How to create an instance of Vue.js? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Every Vue application starts by creating a new Vue instance with the Vue function: var vm = new Vue({ // options })