Closed ElMassimo closed 3 years ago
This pull request is a follow-up to #64, and implements the inertia_rails:vue installer.
inertia_rails:vue
The installer was always bailing out, as installable? was returning nil when both checks passed.
installable?
nil
Moved the React specific files to a folder to keep things organized, and provide some consistency in the file names across installers.
Would love it if these installers would also support Vite Ruby.
For a full example, check this Ping CRM version with Vite.js
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.
Released as 1.11.0
1.11.0
https://rubygems.org/gems/inertia_rails/versions/1.11.0
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 returningnil
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