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.

Core patterns

Pattern 1: Inertia.js + Vue 3

Installs
1
GitHub Stars
21
First Seen
Sep 8, 2026
vue-with-rails — sandeepmvl/rails-skills