That would be wonderful, but I would like to have ready-made Vue components that I can plug into my app for rapid development. After searching incredibly hard, I realized that preexisting Vue components/frameworks as they are right now have a lot of bugs, or lack good documentation (some only in Chinese), or have visual glitches.
One can't deny that for such things popularity of the framework is supremely important. Even though I think Vue is superior to React/Angular, only half of the batteries are included.
i liked vuejs. I was able to go from start->completing a project much quicker than with React. That's because with react you have to also learn the entire ecosystem so that includes learning react-router, redux (or one of the 100 alternatives), webpack, etc. etc.
However, The biggest annoyance for me was getting the syntax/code formatting on sublime 3. That's what kept me from enjoying working in react. I decided to stop being lazy and configured it all to play nicely and things like react-create-app make it much more pleasant than spending all your time stuck on tooling instead of creating.
Also there is a job market for react and a good future ahead. There's no worry about react funding since facebook actively works on it. Vue is mostly donation/contributions and heavily relies on one individual. I think React has more of a learning curve but is the better bet long term.
One can't deny that for such things popularity of the framework is supremely important. Even though I think Vue is superior to React/Angular, only half of the batteries are included.