Vue performance optimization spans bundle size, rendering efficiency, and reactivity cost. Here are the highest-impact techniques.
1. Code splitting / lazy loading
js
// lazy-load routes and heavy components → smaller initial bundle
routes = [{ : , : () }];
= ( ());
