inertiajs / inertia-rails

The Rails adapter for Inertia.js.
https://inertia-rails.dev/
MIT License
574 stars 45 forks source link

feat: Implement generator for Vue apps #65

Closed ElMassimo closed 3 years ago

ElMassimo commented 3 years ago

Description 📖

This pull request is a follow-up to #64, and implements the inertia_rails:vue installer.

Bug Fix 🐞

The installer was always bailing out, as installable? was returning nil when both checks passed.

Notes ✏️

Moved the React specific files to a folder to keep things organized, and provide some consistency in the file names across installers.

Future Work 🔮

Would love it if these installers would also support Vite Ruby.

For a full example, check this Ping CRM version with Vite.js

bknoles commented 3 years ago

Mil gracias @ElMassimo 🙏 !

We had hope to get PR's for Vue and Svelte, but didn't expect to get one so quickly! i'll cut a release today.

bknoles commented 3 years ago

Released as 1.11.0

https://rubygems.org/gems/inertia_rails/versions/1.11.0