Version
3.0.0-rc.3
Reproduction link
https://github.com/vuejs/vue-cli
Steps to reproduce
npm install vue-cli@3.0.0-rc.3
vue create vue-test
choose default
cd vue-test
npm run serve
What is expected?
Open the new page show the app content
What is actually happening?
The page is not automatically opened. Open localhost:8080,the page shows blank, and the console shows "Uncaught Error: [HMR] Hot Module Replacement is disabled."
I have tried many verisons of vue-cli, such as rc.2, beta.16, beta.10, this problem always appears. But in my friend's pc, he use the same version of vue-cli as me, do the same operations to create a new project, it works well.