天天看點

Failed to load resource: net::ERR_FILE_NOT_FOUND或者vue dist檔案下的index.html沒顯示

vue-cli  npm run dev 可以看到,但是通過dist檔案下的index.html直接打開沒顯示,沒看到  

知乎上:webpack.prod.conf.js 中output添加參數publicPath:'./'

具體:

在webpack.base.conf.js裡

publicPath: process.env.NODE_ENV === 'production'

      ? './' +config.build.assetsPublicPath

      : './' + config.dev.assetsPublicPath