A Ruby gem that makes it easy to use Vite with Rails.
- Automatically runs the Vite dev server for you
- Uses a rack proxy to proxy Vite http and websocket (for HMR) requests to the vite dev server
- Compiles Vite assets for you when
assets:precompile
is run
Add this line to your application's Gemfile:
gem "rails_vite"
And then execute:
$ bundle install
TODO
The gem is available as open source under the terms of the MIT License.