dcloudio / NvueCanvasDemo

nvue canvas demo for uni-app.
Apache License 2.0
28 stars 16 forks source link

离线打包怎么配置? #11

Open JaweenDeng opened 2 years ago

JaweenDeng commented 2 years ago

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

YangQingrui0432 commented 1 year ago

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

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

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