2021
05-02
05-02
Vue-CLI多页分目录打包的步骤记录
页面目录结构注意需要将默认的html模板文件public/index.html 移动到根目录下。安装依赖npmi--save-devcross-envtasksfilebuild/pages.js获取VueCLI需要的多页对象constpath=require('path')constglob=require('glob')constfs=require('fs')constisProduction=process.env.NODE_ENV==='production'//自定义不同模块的页面titleconsttitleMap={index:'首页'}functiongetPages(globPath){...
继续阅读 >