Vite on Rails

    An open secret about Rails and JavaScript: lots of apps are using Vite to bundle frontend assets via the excellent Rails integration provided by Vite Ruby. You may want to give it a try. #rails #vite

    bundle add vite_rails
    bundle exec vite install

    Back to snippets