fela-vue
Fela mixin for Vue designed for flexibility yet team-oriented.
Fela does the great job, but it has no idea how to cook it with Vue. This is what I've created after combining vue's :style and :class attributes to make apps dynamically configured and easiest to write and maintain.
USAGE
More about plugins. Several basic are already built in here!
More about enhancers.
I suggest to look at this one first to have nice-looking classes during development.
Usage with literal css (lit-css) from this package
In the options object below you can also add other Renderer options
EXAMPLES
** same options
object as above **
WITHOUT SSR
main.js
WITH SSR
entry.server.js
is the same as entry.client.js
Then just put renderer.style
into your template.
Component example
MyComponent.vue
It's better to make this computed in the end of a component definition or make a const variable at the bottom and return it from the computed prop.
Also, It's very handy to make snippets for adding style() {} to computed.