You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems, when you create a vue app today with vue-cli 3, it doesn't create a src\router.js, but instead src\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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: