rails-vue-loader icon indicating copy to clipboard operation
rails-vue-loader copied to clipboard

Vue.js single file component loader for rails

Results 3 rails-vue-loader issues
Sort by recently updated
recently updated
newest added

Is there any way to get this working with `@import` if you're using SCSS? Using `//= require` I can't use any of my SCSS variables inside the Vue components.

As stated in the README and the tests, it's already possible to use sprockets directives like `require` outside of the three tags (`template`, `script`, `style`). This seems to only work...

Tested on sprockets 3.7.1 with sprockets-es6 0.9.2, but should also work on sprockets 4 which also uses the babel-transpiler gem for es6 support.