vue.js run build Cannot GET /
2018-02-09 本文已影响0人
Sunnky
Project is running at http://127.0.0.1:8080/
webpack output is served from /dist/
Content not from webpack is served from /Users/sunnky/simple24/web
404s will fallback to /index.html
然后跳转到网页就一直是空白
![](https://img.haomeiwen.com/i3266356/79ca78db28d07b6c.png)
原因是删除了根目录下的index.html
所以再用初始的方法生成一个项目,然后把其中的index.html拿过就可以了