vue 多頁面開發配置

2021-09-17 07:00:43 字數 947 閱讀 2589

增加 vue.config.js 內容如下:

// const fs = require('fs');

// const path = require('path');

const glob = require('glob');

// const titles = require('./title.js');

// const mod_path = path.resolve(__dirname, './src/pages');

// const files = fs.readdirsync(mod_path);

const pages =

};// files.foreach((file) => /main.js`,

// template: 'public/index.html',

// filename: `$/index.html`,

// chunks: ['chunk-vendors', 'chunk-common', file],

// };

// }

// });

glob.sync('./src/pages/**/main.js').foreach((path) => .html`,

// title: titles[chunk],

chunks: ['chunk-vendors', 'chunk-common', chunk],

};});module.exports = ;

專案目錄

src/pages/ 目錄下存放不同的頁面檔案,利用資料夾區分如下:

每乙個頁面目錄下存放自己的入口檔案以及相關元件配置

STRUTS多模組開發配置

為便於開發,配置,管理,松耦的優點。配置struts應用的多模組!0.web.xml 如config web inf struts config.xml config modulea web inf struts modulea.xml config moduleb web inf struts m...

快速開發(配置前台頁面)

由於現在的業務需求,導致前台有很多頁面的標籤大部分都是一樣的,出於對開發速度 方便,以及 的復用性考慮,將前台整體的頁面結構做了乙個調整。將原來的導航欄層 業務頁面層調整為導航層 業務頁面層 基礎標籤層。如下圖 標籤庫里的所有標籤都繫結有特定的資料,開發時只需要將標籤庫中需要用的標籤配置到業務頁面,...

vue多頁面開發

最外層有index.html,在src資料夾下,有pages資料夾分別包含content.html,info.html,此外你也可以擴充套件更多的page,這裡就不多贅述。那麼要怎麼修改配置檔案,實現多頁面功能呢?1.修改打包入口檔案位址 在build資料夾下,webpack.base.conf.j...