Migrating From Vue 2 to Vue 3: A Practical Checklist With Examples
Recently i worked on Vue 3 migration. Migrating a Vue 2 application to Vue 3 is not just a dependency upgrade. The real work is in updating the application bootstrap, router, store, plugins, component
blog.devaman.dev10 min read
Lara Laurielle
scaling my tech stack daily
Nice read. Migrating old projects is always more than changing a version number, especially when you have plugins and legacy code involved