NvueCanvasDemo icon indicating copy to clipboard operation
NvueCanvasDemo copied to clipboard

离线打包怎么配置?

Open JaweenDeng opened this issue 2 years ago • 1 comments

hbuilder基座可以,安卓离线打包,不能显示,是不是还要引入相关的模块?

JaweenDeng avatar Jun 08 '22 03:06 JaweenDeng

同样问题,需要改下uniapp项目的 manifest.json 中nvue相关配置

"app-plus" : {
        ...
	"nvueCompiler": "uni-app",
        "nvueStyleCompiler" : "uni-app",
        ...
}

我这边改了之后离线打包能显示了

YangQingrui0432 avatar Nov 01 '23 10:11 YangQingrui0432