Newest questions tagged vue.js - Stack Overflow
•
2026-04-21 10:54
Astro for design system + Vue for interactivity, is this correct approach?
I’m building my first real website, and I’d like some architectural advice.
I’m using Astro to build a small design system: buttons, inputs, cards, surfaces, typography, etc, and they look great. I really like this workflow for styling and layout.
Now I want to add interactivity like modals, forms, notifications and API-requested content. For that, I started using Vue islands inside Astro via ant-...