Bootstrap Vaadin Elements project with yarn?

Is it supported or planned to install Vaadin Elements with

Yarn

instead of

Bower

?


(I lived under a Java EE stone for a while but now plan to program with Polymer and Vaadin elements again.)


I just installed bower and on install it warned me that Bower was in maintenance mode and that Yarn was the way to go.

I also want to use Fable (F# that compiles to JavaScript with Vaadin Elements) Bootstrapping a Fable project already works with Yarn.

Vaadin Elements run on Polymer 2 which still requires you to use Bower. This will change with Polymer 3 (announced last week).

What is the current status on using Yarn with Vaadin Flow?