DEV Community

Sarah
Sarah

Posted on

Migrating from AngularJS to Vue 3

Hi everyone,

I'm a frontend developer with about 10 months of AngularJS 1.8 experience and I'm currently planning a migration of a banking admin portal to Vue 3. The backend is Laravel. The portal has 55+ screens, most following the same pattern: filters, a data table, and add/edit/delete modals.

I've been studying Vue 3 and I understand the concepts — components, Composition API, Vue Router — but when I sit down to build something independently I struggle to apply them. I feel like I'm watching and understanding but not really retaining.

Two questions for anyone who has been through something similar:

What is the best way to get real hands-on experience when coming from an AngularJS background? Any specific projects or challenges you'd recommend?
For a large admin portal migration, how would you structure the Vue 3 project folders?

Any advice is appreciated — thank you.

Top comments (0)