How do I use .vue (single file componenets) with rails 5.1 and webpack?
Hi Chris There's a couple of pieces missing - you need separate code in `app/javascript/packs` to create & mount the Vue instance, then an appropriate `javascript_pack_tag` in your view templa...
inopinatus replied