$ recombobulate _
~/recombobulate $ tip --list --tag="vue"

// 8 tips tagged "vue"

0
Ask Claude to Write CSS Keyframe Animations

CSS animations are expressive but syntax-heavy. Describe the motion you want — fade, slide, bounce, shimmer — and Claude handles the keyframes, timing functions, and accessibility considerations.

bagwaa @bagwaa · 7 hours ago
0
Generate Inertia.js Page Components with Claude

Tell Claude about your backend route and data shape, and get a fully wired Inertia page component back in seconds.

bagwaa @bagwaa · 9 hours ago
0
Use Claude to Set Up Your Vite Build Configuration

Describe your stack and build requirements and let Claude write a proper vite.config.ts — path aliases, dev proxies, chunk splitting, source maps, and tree-shaking all configured correctly.

bagwaa @bagwaa · 10 hours ago
0
Extract Pinia Stores from Bloated Vue Components

Paste a Vue component packed with inline data-fetching logic and ask Claude to extract it into a typed Pinia store — it handles the refactor, updates the component, and writes the Vitest tests.

bagwaa @bagwaa · 10 hours ago
0
Ask Claude to Design a Feature Flag System for Your App

Describe your stack and requirements and let Claude scaffold a complete feature flag system — database-backed toggles, per-user overrides, a Blade directive, and a Vue composable — without reaching for a paid service.

bagwaa @bagwaa · 10 hours ago
0
Ask Claude to Diagnose and Fix Your Core Web Vitals

Paste your PageSpeed Insights or DevTools data and ask Claude to identify the root causes of poor LCP, CLS, and INP scores — it traces each metric back to specific code and writes the fixes.

bagwaa @bagwaa · 11 hours ago
0
Migrate Vue Options API Components to Composition API with Claude

Paste your Options API component and ask Claude to rewrite it with script setup syntax — it handles emits, watchers, lifecycle hooks, and composable extraction automatically.

bagwaa @bagwaa · 11 hours ago
0
Generate Storybook Stories from Your Existing Components

Paste your components and Claude will write a complete stories file — variants, edge cases, and interactive controls included.

bagwaa @bagwaa · 12 hours ago