Quiz Yourself on Vue 2 vs Vue 3 and Preparing for Migration

Test yourself on what you have learned so far.

1

How can we initialize a Vue 3 application?

A)

new Vue({})

B)

createVueApp({})

C)

createApp({})

D)

new Vue.createApp({})

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.