uniapp vue2 创建一个自定义index.html的办法
vue2的uniapp项目是没有显示创建index.html的办法的,此时可以参考
https://zh.uniapp.dcloud.io/collocation/manifest.html
的官方文档介绍,具体写法demo:
pages.json中
"h5": {
"template": "./index.html",
}
即可,此方法对小程序无效
积累小的知识,才能成就大的智慧,希望网上少一些复制多一些原创有用的答案

浙公网安备 33010602011771号