DEV Community

Discussion on: Integrate AndminLTE with Ruby On Rails 6

Collapse
 
brayvasq profile image
Brayan Vasquez • Edited

Hi!. If you are using webpacker v4.x, you can install the packages using npm or yarn, and import these packages as we did in this guide with bootstrap.

If you are not using webpacker, you can look for a gem that does what you want to do.

You can also add libraries or plugins manually, like in this guide Integrate Ruby on Rails 5 and AdminLTE. However, you must be careful with the licenses.