vue-with-rails
Installation
SKILL.md
Vue with Rails
Same playbook as React: Inertia.js for most cases, classical API + SPA when justified. Vue 3 + Composition API is the current default.
The opinion
Inertia.js with the Vue adapter for most Rails + Vue apps. Classical API + SPA only when you have specific reasons. Vue 3, Composition API, vite_ruby. Don't add Vue to a Hotwire app unless you have a concrete need.
Decision matrix — same as React
See react-with-rails. The Inertia-vs-API+SPA decision is framework-agnostic.