vue3怎么自定义打包

情书若腐朽 1个月前 已收到1个回答 举报

待完美 2星

共回答了82个问题采纳率:95.8% 评论

vue3.0自定义打包路劲需要在 vue.config.js 文件下添加 outputDir 配置项:

module.exports = { outputDir:"my_target_direct", // others configs };

如果 vue.config.js 文件不存在,则可以在项目的跟目录下新建一个,然后再添加如上配置。

9小时前

6
可能相似的问题

热门问题推荐

Copyright © 2024 微短问答 All rights reserved. 粤ICP备2021119249号 站务邮箱 service@wdace.com