Open tenzan opened 4 years ago
I'm running into this right now on the Real World Vue course. None of the files match, and my app isn't working correctly. Not just the directories, but the tutorial router code and the one installed with the CLI are different too.
Unfortunately, authors didn’t react on my post as well... :(
this code is outdated and needs an update. I was thinking about buying a vuemastery subscription and at the last second I realized (thanks to this repo) that you get great videos but the referenced source code doesn't work then - bravo. I got lucky again. :-)
Hello,
It seems, when you create a vue app today with vue-cli 3, it doesn't create a
src\router.js
, but insteadsrc\router\index.js
. There might be other changes in the source structure. It'd be great if you update your source code, so we can save our time.Thanks.