Start your dev server with npm run dev (Vite),
vue-cli-service serve, or
nuxt dev for Nuxt projects.
Navigate to the page or component you want to capture. No staging deploy, no public URL required.
If the component depends on Pinia store state or a specific route, set that state first — log in, navigate to the correct route, or use Vue DevTools to manually update the store. The plugin captures whatever the browser renders.