@roots/bud-vue: allow custom version (help wanted)

,

I have a PR to allow for vue users to specify their own dependencies when using @roots/bud-vue.

I’m curious to know if there are any vue users who might be willing to help me get this out the door in a good way? If not, I’m sure it will land sooner or later but it’s tough to get things done quickly when you don’t use the framework you’re writing build tools for.

Things I’d appreciate help with:

  • Creating tests/mocks for vue. It would be very beneficial to have example repos for:
    • A small but reasonably featured vue2 application
    • A small but reasonably featured vue3 application
  • A vue 2 user who might be willing to document what set of dependencies other people looking to use vue 2 should install.

My goal is to support vue3 w/ SFC out-of-the-box with zero configuration, as it currently stands while also allowing for and aiding people as best I can with using vue2, if that’s what they want to do.

2 Likes