iview / iview-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3
MIT License
839 stars 389 forks source link

打包后页面空白 #15

Open zhangyuanlj opened 7 years ago

zhangyuanlj commented 7 years ago

iView 版本号

2.0.0-rc.8

操作系统/浏览器 版本号

windows7/Chrome 58.0.3029.81

Vue 版本号

"vue": "^2.2.6", "vue-router": "^2.2.1",

能够复现问题的在线示例(bug 相关不提供在线示例将直接 close)

复现步骤

问题现象,以及你期望的结果是怎样的?

页面显示正常

你估计可能的原因是什么(选填)?

fuzik-sirui commented 7 years ago

当头一棒

leixu2txtek commented 7 years ago

空白是怎样的空白呀? 我今天发现 npm run dev 总是提示 404 ,index.html 并没有生成。。

leixu2txtek commented 7 years ago

然后执行一次 webpack --progress --hide-modules --config webpack.dev.config.js 生成一个 index.html 后 再运行 npm run dev 即可; 操作系统 windows node v8

aiden66535 commented 7 years ago

楼上的回答很正确,解决问题