解决Vue项目中的"Multiple assets emit different content"报错问题
报错信息
ERROR in Conflict:Multiple assets emit different content to the same filename index.tml

错误分析
确保创建vue项目的过程及命令是没有问题的,基于 vue2 框架的版本也没有问题,可以考虑是在创建项目中出现了中文名字的原因
方案一
将项目路径出现的中文名更改为英文
方案二
将vue项目中public文件夹的index.html文件重命名为index.ejs


Vue项目 报错解决 中文名冲突 index.tml index.ejs Multiple assets emit different content报错问题
版权所有:六思逸
文章标题:解决Vue项目中的"Multiple assets emit different content"报错问题
文章链接:https://www.6s1.cn/post-66.html
本站文章均为原创,未经授权请勿用于任何商业用途
文章标题:解决Vue项目中的"Multiple assets emit different content"报错问题
文章链接:https://www.6s1.cn/post-66.html
本站文章均为原创,未经授权请勿用于任何商业用途
扫描二维码,在手机上阅读