ElMassimo / vite_ruby

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience
https://vite-ruby.netlify.app/
MIT License
1.28k stars 117 forks source link

feat: add `package_manager` config option, experimental support for bun #481

Closed ElMassimo closed 1 month ago

ElMassimo commented 1 month ago

Description 📖

This pull request adds a package_manager config option, allowing to explicitly specify which package manager should be used to install JS dependencies and execute Vite.

In addition, it can be provided during installation:

bundle exec vite install --with pnpm

Finally, it adds experimental support for bun now that it's 1.1.

Background 📜

Closes: