Show HN: The Vue.js Handbook – Free 120 pages ebook
vuehandbook.com
Show HN: The Vue.js Handbook – Free 120 pages ebook
1–10 of 70 posts
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#2Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#3direct link for those who don't want their email address mined https://convertkit.s3.amazonaws.com/landing_pages/incentives...
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#4Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#5direct link for those who don't want their email address mined https://convertkit.s3.amazonaws.com/landing_pages/incentives...
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
#6direct 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
https://www.dropbox.com/s/ai7j5ei0f24aoz6/The%20Vue.js%20Han....
Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#7direct 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.
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
#8Re: Show HN: The Vue.js Handbook – Free 120 pages ebook
#9In 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?
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
#10In 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?
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.