vue 修改打包路徑

修改config/index.js 紅色位置
build: {
  // Template for index.html
  index: path.resolve(__dirname, 'D:/myworkspace/eclipse-workspace/SYSEMOL_PRO/assets/web/index.html'),

  // Paths
  assetsRoot: path.resolve(__dirname, 'D:/myworkspace/eclipse-workspace/SYSEMOL_PRO/assets/web'),
  assetsSubDirectory: 'static',
  assetsPublicPath: './',
發佈了23 篇原創文章 · 獲贊 1 · 訪問量 4465
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章