vue-cli搭建的项目打包之后报“资源路径错误资源文件找不到“
生活随笔
收集整理的這篇文章主要介紹了
vue-cli搭建的项目打包之后报“资源路径错误资源文件找不到“
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
//在項目的根目錄下(和package.json文件同級)新建一個文件vue.config.js的文件,將此段代碼復制進去。
module.exports = {baseUrl: '/', //在 baseUrl前面加個點baseUrl: './'outputDir: 'dist',lintOnSave: true,runtimeCompiler: true, chainWebpack: () => {},configureWebpack: () => {},devServer: {open: process.platform === 'darwin',host: 'localhost',port: 8080,https: false,hotOnly: false,proxy: null,before: app => {}}}
module.exports = {baseUrl: '/', //在 baseUrl前面加個點baseUrl: './'outputDir: 'dist',lintOnSave: true,runtimeCompiler: true, chainWebpack: () => {},configureWebpack: () => {},devServer: {open: process.platform === 'darwin',host: 'localhost',port: 8080,https: false,hotOnly: false,proxy: null,before: app => {}}}
注:如果打包之后還不能解決問題,找到你項目里面router.js文件,將mode:‘ history ’注釋掉,如果還需要使用此模式,需要和后端進行配合使用,詳情請查看官方文檔?https://router.vuejs.org/zh/guide/essentials/history-mode.html
?
轉載于:https://www.cnblogs.com/tlfe/p/11226622.html
總結
以上是生活随笔為你收集整理的vue-cli搭建的项目打包之后报“资源路径错误资源文件找不到“的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: VSTS学习和迁移(1) 安装部署
- 下一篇: RFID 基础技术