当前位置: 首页 > Web前端 > HTML

vue-cli设置html

时间:2023-04-02 17:49:30 HTML

的标题vue.config.jschainWebpack:(config)=>{config.plugin('html').tap((args)=>{args[0].title='You想要设置标题名称'返回参数})}index.html<%=htmlWebpackPlugin.options.title%>