Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.05 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.05 KB

This is a small Rails project that illustrates how I got Vue and Vuetify to play nicely with Rails.

Thanks to the following that helped me:

Some misc thoughts:

  • There are gobs of postings online about how to get css-loader and sass-loader and such to work properly. I went down a lot of rabbit holes but never got to a good point. I'm sure that's because I don't understand all the details under webpacker. In the end, I found that it was better to stay very simple and just let Vue and Vuetify handle things…so there is no special importing of loaders and other tweaks.