Sha256: 32341e75551af5c2b7a5666690efe0d40c5075eb281edf70204b5acc3af9e738

Contents?: true

Size: 1.78 KB

Versions: 3

Compression:

Stored size: 1.78 KB

Contents

<h1 align="center">
  Vite ⚡️ Rails
  <p align="center">
<!--     <a href="https://github.com/ElMassimo/vite_rails/actions">
      <img alt="Build Status" src="https://github.com/ElMassimo/vite_rails/workflows/build/badge.svg"/>
    </a> -->
    <!-- <a href="https://codeclimate.com/github/ElMassimo/vite_rails">
      <img alt="Maintainability" src="https://codeclimate.com/github/ElMassimo/vite_rails/badges/gpa.svg"/>
    </a>
    <a href="https://codeclimate.com/github/ElMassimo/vite_rails">
      <img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/vite_rails/badges/coverage.svg"/>
    </a> -->
    <a href="https://rubygems.org/gems/vite_rails">
      <img alt="Gem Version" src="https://img.shields.io/gem/v/vite_rails.svg?colorB=e9573f"/>
    </a>
    <a href="https://github.com/ElMassimo/vite_rails/blob/master/LICENSE.txt">
      <img alt="License" src="https://img.shields.io/badge/license-MIT-428F7E.svg"/>
    </a>
  </p>
</h1>

[vite_rails]: https://github.com/ElMassimo/vite_rails
[webpacker]: https://github.com/rails/webpacker
[vite]: http://vitejs.dev/

[__Vite Rails__][vite_rails] allows you to use [Vite] to power the frontend.

[Vite] is to frontend tooling as Ruby to programming, pure joy! 😍

## Features ⚡️

- 🤖 Automatic Entrypoint Detection
- ⚡️ Hot Reload
- ⚙️ Rake Tasks
- 🪝 Hooks to <kbd>assets:precompile</kbd> and friends

## Documentation 📖

Coming Soon!

## Installation 💿

Add this line to your application's Gemfile:

```ruby
gem 'vite_rails'
```

Then, run:

```bash
bundle install
bin/rake vite:install
```

This will generate configuration files and a sample setup.

## Inspiration 💡

- [webpacker]

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vite_rails-1.0.2 README.md
vite_rails-1.0.1 README.md
vite_rails-1.0.0 README.md