Hi everyone,
I’m currently working on a large admin portal built with AngularJS 1.8, and we’re considering migrating it to Vue 3.
I’ve started learning Vue 3 and I’m trying to understand the best approach for a real-world migration.
Has anyone here actually migrated an AngularJS 1.x / 1.8 application to Vue 3 using JavaScript (not TypeScript)?
I’d especially like to hear about:
How you planned the migration
Whether you migrated gradually or rewrote the application
How you handled the existing AngularJS components/modules
How you structured the new Vue 3 application
Any problems you encountered during the migration
Whether you used a hybrid approach where AngularJS and Vue coexist temporarily
Any resources, articles, or examples you found useful
The application is fairly large, so I’m particularly interested in experiences from people who have done this in a real production project, rather than starting a small project from scratch.
Any advice or lessons learned would be greatly appreciated!