Live data from Hacker News

Show HN: The Vue.js Handbook – Free 120 pages ebook

vuehandbook.com

1–10 of 70 posts

Re: Show HN: The Vue.js Handbook – Free 120 pages ebook

#5
post #2

direct link for those who don't want their email address mined https://convertkit.s3.amazonaws.com/landing_pages/incentives...

While I appreciate your attempt to provide a community service, to be fair to the author, he is giving away intellectual property in order to gain an audience for his future course. Surely giving out an email is a small price to pay for the exchange if you are genuinely interested in Vue.js?

EDIT: I see the author himself chimed in on this thread with a direct download link. Kudos to him/her for doing so.

Re: Show HN: The Vue.js Handbook – Free 120 pages ebook

#6
post #3
post #2

direct link for those who don't want their email address mined https://convertkit.s3.amazonaws.com/landing_pages/incentives...

Seems like your link no longer works

The email "wall" is there because I want to keep in touch with my audience and possibly get back with more learning resources. But if anyone is interested in a direct link and skip that, here it is :)

https://www.dropbox.com/s/ai7j5ei0f24aoz6/The%20Vue.js%20Han....

Re: Show HN: The Vue.js Handbook – Free 120 pages ebook

#7
post #2

direct link for those who don't want their email address mined https://convertkit.s3.amazonaws.com/landing_pages/incentives...

While I appreciate your attempt to provide a community service, to be fair to the author, he is giving away intellectual property in order to gain an audience for his future course. Surely giving out an email is a small price to pay for the exchange if you are genuinely interested in Vue.js? EDIT: I see the author himself chimed in on this thread with a direct download link. Kudos to him/her for doing so.

Thank you for jumping in. I was thinking about how to "react" to this :)

HN is probably not the target audience for my email list, which is more beginner-oriented, and a low percentage of HN users will leave their email there.

It's best to make the material available free of any kind of wall and let people jump in the mailing list if they enjoy it and want more.

EDIT: here's the ebook link https://www.dropbox.com/s/ai7j5ei0f24aoz6/The%20Vue.js%20Han...

Re: Show HN: The Vue.js Handbook – Free 120 pages ebook

#9
post #8

In js/front-end world, what would be the closest to those RAD/component based toolkits like Qt, wxWidgets, Delphi/VCL, WinForms? Is Vue a good candidate or maybe Angular is a better choice?

Vue has single file components so you can build your own components which I do.

If you want a more guided/RAD approach maybe emberjs is more what you want to be looking at.

Re: Show HN: The Vue.js Handbook – Free 120 pages ebook

#10
post #8

In js/front-end world, what would be the closest to those RAD/component based toolkits like Qt, wxWidgets, Delphi/VCL, WinForms? Is Vue a good candidate or maybe Angular is a better choice?

What about those frameworks are you trying to capture? It's almost impossible to pin down exactly what about those different ecosystems it is that you're looking for.

Is it the inter-component messaging? Integration? IDE support?

Vue and Angular are not directly comprable, Vue only deals with the V in MVC (View), where as Angular offers solutions for everything. vue + vue-router + vuex (or something else) would be a better comparison.

Post reply on HN