I updated from vue-cli to Vue CLI 3. At first, I had them both installed. Then I uninstalled vue-cli. (Wasn’t sure if they could co-exist). Now, when I run my project (via npm run serve) it builds with no errors, but displays a blank page in the browser. I get no console errors, and no root element shows up in Vue dev tools.
I’m not sure where to start with this, as I seem to be getting no errors that might guide my investigation. Could something be missing? A dependency? Should I uninstall Vue CLI 3 and reinstall? Any ideas would be welcome!