-
团队中本来就已经有Android、iOS工程了,weex出来后,想其中有些业务使用weex来开发,于是在Android、iOS中分别引入了weex的SDK,并且使用weex-toolkit初始化了一个weex工程,但是初始化的这个weex工程不是weexpack工程,现在遇到一个问题:我们想在weex中只用weex-chart这个插件,但是找了所有资料,发现引入weex-chart这种插件的方式都…
-
为了使用这个最新的weex-devtool-extension,我更新weex toolkit之后,weex debug app list不能加载我的app了。之前(weex toolkit 0.4.10)是可以的。
weex版本是0.5.8
weex debug 版本是0.2.48
原生的weex sdk已更新至0.8.0
![e3e0afc3-9c1e-4a6a-ae8b-87908e1df…
yfldj updated
8 years ago
-
Error: Command failed: pod update
or
Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down
Solution: https://stackoverflow…
-
@WUBOSS
执行命令:weex plugin add weex-scanQR 报404
然后改成 weex plugin add weex-scanqr继续报错,如下:
const buildPatch = gradle.makeBuildPatch(name, version, option.android.groupId||"");
…
ghost updated
7 years ago
-
There is the log:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli …
-
| 功能 | weex-toolkit@0.2.1 | weex-loader@0.1.5 |
| --- | --- | --- |
| `require('*.js')` js 文件 | ✓ | ✓ |
| `require('*')` npm 包 | ✓ | ✓ |
| `require('*.we')` 自定义组件 | ✓1 | ✓ |
| 自动依赖同目录同名自定义组件 | ✓ | ✓ |…
-
环境:weex-toolkit@1.3.8 devtool@0.3.8 运行weex debugx src -e index.vue报错
F:\t>weex debugx src -e index.vue
[3352:000000000029EA20] 266129 ms: Mark-sweep 1368.4 (1478.5) -> 1368.2 (1479.0) MB, …
-
新版中文网站及文档已经上线,请访问 https://weex-project.io/cn/ , 此处后续不再维护,谢谢理解。
# 如何在浏览器中预览weex代码?
## weex-toolkit
我们强烈推荐你使用weex-toolkit在你的浏览器预览weex代码。这个工具是以node.js为基础的,所以你需要先安装Node。请从这里 [https://nodejs.org/e…
-
The default weex create project with platform android seems to have some native methods no longer supported or that needs revision because of package name changes. Projects using Nat.js library have s…
-
I just want a command to build js bundle and copy to platforms,
and return to xcode to build app,
but weex run ios will build self,and with the codesign config
i am not have codesign,it will be wro…