Hacker News new | ask | show | jobs
by patrickmay 2908 days ago
Could you recommend two or three non-chat based communities? I'm just starting to try Vue and the first handful of tutorials I've tried simply don't work as described.
1 comments

I'm always interested when people say that tutorials don't work - I had a site planned called wrongtutorial.com but I couldn't work out how to make it funny/informative without being demeaning.

What tutorial are you using? How old is it? What didn't work?

From my notes, these two don't work when followed exactly:

https://www.adcisolutions.com/knowledge/how-build-single-pag... https://codeburst.io/full-stack-single-page-application-with...

The first one doesn't build, if I remember correctly, and the second doesn't display anything after about the halfway point. I'm running them on MacOS.

I tried a couple of others with similar issues, but didn't save the URLs.

when Vue went from 1.0 to 2.0 a lot of functionality became deprecated. So all those tutorials are basically useless now. I ran into the same issue.

Vue 2->3 won't be so bad because they're promising backwards compatibility.