JavaScript를 사용하여 대용량 AngularJS 1.8 애플리케이션을 Vue 3으로 마이그레이션한 사람이 있습니까?

작성자

카테고리:

← 피드로
DEV Community · Sarah · 2026-08-18 개발(SW)

Sarah

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!

원문에서 계속 ↗