Introducing Vue.js Component Support. Instant HMR and much more.

Ivan Orlov
fusebox
Published in
2 min readOct 4, 2017

Whilst FuseBox already had a Vue Plugin, it was basic and lacking many of features that makes working with Vue.js so enjoyable. However, with this release we are pleased to announce that FuseBox now has vastly improved support for Vue.js components! Introducing the new VueComponentPlugin

  • Fully supports lang attributes
  • Fully supports scoped styling
  • Fully supports src attributes (with pre-processor type inference)
  • Fully supports HMR
  • Allows complete control over how blocks are processed using any of the existing (or future!) FuseBox plugins

We have written a custom HMR plugin for Vue.js. Needless to say — it’s very fast compared to other solutions. 100–200ms and you get it all updated, no time for blinking ;-)

Check out the documentation and seed project to give it a spin! Our next focus for Vue.js is introducing full support for SSR components — watch this space!

And as always, Stay fused with us.

--

--