Description
First of all, thank you for this tool. It has helped me getting into building client-side apps with vue much faster than I could have wished. I even gave a talk about that on our local ruby on rails usergroup.
I hope that it is ok to ask a question here rather than reporting a bug.
I've seen some comments in this repo like #245 for YARN support in the vue-cli.
My question would be if it is reasonable to push YARN to be the default in vue-cli, ie. generated code, installation, examples etc?
For me as a backend developer, the whole JS tooling is kinda confusing, especially coming from the very opinionated RoR.
As far as i understand, using YARN is beeing adopted as a best practice for client side dependency management, and I would love to see that reflected in this project.
I'd also be willing to help getting this done wherever I can.