Challenge: Migration from Vue 2 to Vue 3
Practice what we’ve learned about migration from Vue 2 to Vue 3.
We'll cover the following...
Problem statement
Vue 3 was released in 2020, and it’s time to upgrade our Vue 2 project to take advantage of the new features added in the latest version. Your task is to migrate a project from Vue 2 to Vue 3.
Challenge
You’re provided with a Vue 2 project created using Vue-CLI. Your task is to migrate a form from Vue 2 code to Vue 3. The app is a simple login form that utilizes some features with breaking changes. It consists of two input fields: email and password. The form ...