I am following this guide:
https://github.com/bradtraversy/vue_crash_todolist
At the end its shown how to install the vue-router through vue ui. I have done that as well:
but for some reason I don't get a router.js file as the author describes in the video.
Is something wrong with my installation or has the creating of a router.js file been removed in later versions of vue??
I am on:
Now using node v10.0.0 (npm v5.6.0)
@vue/[email protected]
@vue/cli 4.2.2
