Every Vue application starts by creating a new Vue instance with the Vue function:
var vm = new Vue({ // options })