grapewheel / avvw

Apicloud + Vue2 + Vant(有赞前端)+ Webpack4打包,极速开发APP框架,将apicloud的渲染效率和vue数据绑定特性发挥极致!
153 stars 55 forks source link

打包后的widget上传后怎么生效的 #39

Closed moqin closed 4 years ago

moqin commented 4 years ago

把打包后的widget上传到代码那边了,但是编译后还是以前的,并不是打包后的,这个要怎么处理的

grapewheel commented 4 years ago

最新版编译上传

npm run build # 编译

编译后,修改./dist 目录名称为 ./widget,压缩./widget 文件夹生成 widget.zip 上传 apicloud 后台的“代码”处即可进行发布

widget.zip 的压缩包目录结构应该是 widget / xxxx xxxx.html

请先确认你使用的框架版本,旧版本不是这样打包

moqin commented 4 years ago

最新版的,我使用例子打包 css/ js/ config.xml home.html index.html tabs-tab1.html .... 这样的结构是可以的? 看到apicloud的结构好像是有html/的

grapewheel commented 4 years ago

widget中的结构不会影响app运行,只需相互之间能找到对方即可