First off, thanks so much for making this.
I love vue's single file components, it just makes sense. I'm brand new to React, and after some googling, it turns out that React recommends CSS in JS, which makes me want to puke. Not only are we going back to inline styles, but I'd have to put styling right next to component logic, camel case everything, etc.
/rant
Anyways, how do you feel about using this in production? Is it stable?
Side note: Vue-loader allows you to inject a scss file into every <style></style>, so you don't have to import variables, mixins, functions, etc into every component. Does your package allow this?
First off, thanks so much for making this.
I love vue's single file components, it just makes sense. I'm brand new to React, and after some googling, it turns out that React recommends CSS in JS, which makes me want to puke. Not only are we going back to inline styles, but I'd have to put styling right next to component logic, camel case everything, etc.
/rant
Anyways, how do you feel about using this in production? Is it stable?
Side note: Vue-loader allows you to inject a scss file into every
<style></style>, so you don't have to import variables, mixins, functions, etc into every component. Does your package allow this?