README.md in vite_rails-2.0.2 vs README.md in vite_rails-2.0.3
- old
+ new
@@ -57,13 +57,16 @@
dev server is extremely __fast to start__, and your changes will be __updated instantly__.
In production, Vite [bundles your code][bundling]
with tree-shaking, lazy-loading, and common chunk splitting out of the box, to achieve optimal loading performance.
-Check [this video comparison with webpack](https://github.com/ElMassimo/pingcrm-vite/pull/1)
-which demonstrates the difference in speed during development.
+It also provides great defaults, and is easier to configure than similar tools like webpack.
+Check [this video comparison with webpack](https://github.com/ElMassimo/jumpstart-vite)
+which demonstrates the difference in boot time, or [this one](https://github.com/ElMassimo/pingcrm-vite/pull/1)
+with the difference in speed during development.
+
## Features ⚡️
- 💡 Instant server start
- ⚡️ Blazing fast hot reload
- 🚀 Zero-config deployments
@@ -77,11 +80,11 @@
## Installation 💿
Add this line to your application's Gemfile:
```ruby
-gem 'vite_rails'
+gem 'vite_rails' # vite_rails_legacy if using Rails 4
```
Then, run:
```bash
@@ -105,9 +108,10 @@
Please use [Issues] to report bugs you find, and [Discussions] to make feature requests or get help.
Don't hesitate to _⭐️ star the project_ if you find it useful!
+Using it in production? Always love to hear about it! 😃
## Special Thanks 🙏
- [webpacker]
- [vite]