91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vue-cli構建Vue項目遇到的問題有哪些

發布時間:2021-07-22 15:42:57 來源:億速云 閱讀:141 作者:小新 欄目:web開發

小編給大家分享一下vue-cli構建Vue項目遇到的問題有哪些,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!

問題表象和解決方案

1、編譯后js、css等相對路徑和絕對路徑。

config/inde.js文件
 build: {
  env: require('./prod.env'),
  index: path.resolve(__dirname, '../dist/index.html'),
  assetsRoot: path.resolve(__dirname, '../dist'),
  assetsSubDirectory: 'static',
  assetsPublicPath: './', // "./"表示相對路徑 編譯結果 <link href=./static/css/app.518fd3471fd03bfce5524de6e934771c.css rel=stylesheet>
  productionSourceMap: true,
  // Gzip off by default as many popular static hosts such as
  // Surge or Netlify already gzip all static assets for you.
  // Before setting to `true`, make sure to:
  // npm install --save-dev compression-webpack-plugin
  productionGzip: false,
  productionGzipExtensions: ['js', 'css'],
  // Run the build command with an extra argument to
  // View the bundle analyzer report after build finishes:
  // `npm run build --report`
  // Set to `true` or `false` to always turn it on or off
  bundleAnalyzerReport: process.env.npm_config_report
 },

2、CSS中圖片相對路徑編譯后,路徑不對。

//同常路徑表現為 ./static/img/static/img/*.jpg (定義為imgurl)
解決方案 修改build/untils.js
//替換相應代碼
if (options.extract) {
   return ExtractTextPlugin.extract({
    use: loaders,
    publicPath: '../../', //注意: 此處根據路徑, 自動更改 ,(imgurl='static/img/*.jpg')
    fallback: 'vue-style-loader'
   })
  } else {
   return ['vue-style-loader'].concat(loaders)
  }

3、使用代理,解決跨域請求。

vue-cli已經集成 http-proxy-middleware插件

github:https://github.com/chimurai/http-proxy-middleware

proxyTable: {
   '/dianmi_service': {
    target: 'https://****.com.cn',
    changeOrigin: true
   },
   '/brand_service': {
    target: 'https://*****.com.cn',
    changeOrigin: true
   }
  },

其中 target的值一定不可以包含工程名,否則可能會出現服務器Session問題

4、用Vue做頁面,利用phonegap編譯android APP時,兼容問題。

cordova android 4.0 以下的默認webView,不支持ES6,會導致一些列問題。

好在,cordova android允許我們自定義自己的webView引擎。那么我們就想到了 騰訊瀏覽服務X5內核。

然而有大神基于此內核編寫了cordova 插件

githup:https://github.com/offbye/cordova-plugin-x5engine-webview

使用此插件很好的解決 低版本安卓不支持Vue。

看完了這篇文章,相信你對“vue-cli構建Vue項目遇到的問題有哪些”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

vue
AI

白河县| 达拉特旗| 莲花县| 绿春县| 丁青县| 闽侯县| 新昌县| 临汾市| 凭祥市| 滦南县| 独山县| 赤城县| 荆州市| 澳门| 连州市| 镇江市| 泾阳县| 开鲁县| 丘北县| 康保县| 武安市| 东乌珠穆沁旗| 彩票| 宁安市| 如皋市| 兰溪市| 营口市| 同心县| 英德市| 中牟县| 长治县| 大理市| 桂平市| 彭泽县| 西城区| 广东省| 克东县| 贵州省| 南通市| 阳朔县| 呈贡县|