gpt4 book ai didi

vue.js - 如何使用 Vue Cli 3 重命名 index.html 中的 app.js 文件

转载 作者:搜寻专家 更新时间:2023-10-30 22:50:03 24 4
gpt4 key购买 nike

VueCli3 自动在index.html 中加入app.js。我想将该 app.js 文件重命名为其他名称。可以这样做吗?

最佳答案

只需在项目根目录中创建一个名为 vue.config.js 的文件,然后在 configureWebpack 属性中,您可以设置输出 js 文件的名称。

vue.config.js

module.exports = {

configureWebpack: {

output: {

filename: "appname.js"

},

},

}

关于vue.js - 如何使用 Vue Cli 3 重命名 index.html 中的 app.js 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54516654/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com