Hacker News new | ask | show | jobs
by silvaben 3434 days ago
Excited to see Vue doing so well on this list. I have been using it for the last few months at my day job, and I have been pleasantly surprised by it. I have tinkered with React & Angular in the past and I can second that the fact that compared to the other frameworks, getting started with Vue is a lot easier.

The ecosystem around it also quite mature - VueRouter & Vuex are well-tested solutions in case you have a use for it.

Another advantage that it has is its documentation & guides. It is quite exhaustive and easy to follow. My only gripe was that it doesn't go into the details of building a complete "single-page-app" that uses the accompanying tools (vue-cli, vuerouter, vuex etc).

Based on my learnings over the past few months, I have started writing a small ebook that goes over the process of building a full-fledged app.

I have created a small subscription form - http://eepurl.com/cvUk5D. You can add your email here to get notified when I launch this book and also get access to the early release.

1 comments

check out nuxt, it does exactly that. a full fledged vue cli starter. its eloquently made, just like vue.