Dan
Dan
@zhongwang2008 真机运行时weex playground app的渲染是不依赖本地文件的,文件是通过本地局域网传输,请确保局域网通畅。
@ypc2896 尝试使用`--min`参数
@fumpierrez The current market plugins cannot be used in the existing vue project, the plug-in system is undergoing the further transformation, the plugins on market need to rebuild and we...
@fumpierrez there is an article about [How to developing weex plugin](https://github.com/weexteam/weex-pack/blob/master/doc/cn/how-to-devloping-weex-plugin.md), and the old plugin is on here [weex-plugins](https://github.com/weex-plugins).
https://github.com/natjs/nat/issues/24
Error::stderr maxBuffer exceeded Solution:Update your `weexpack` by `weex update weexpack`, version `1.0.10` have fixed this issue. Issue:https://github.com/weexteam/weex-toolkit/issues/344
@deseeker see the file change here https://github.com/weexteam/weex-pack/commit/c27283acedcf03d990a195d51fde24f59cf18b1b#diff-8968c62593320351ced6a0ef776ef599, maybe the size of buffer need be extend, you can try to fix it with a lager numbe, file should be in the...
@Fundebug you need to install `cocopods`, Chinese doc here https://github.com/weexteam/weex-toolkit/blob/master/README-zh.md#ios%E7%8E%AF%E5%A2%83%E5%87%86%E5%A4%87%E4%BB%85mac%E5%8F%AF%E7%94%A8.
@renhuanshan permission issue you can try `sudo chmod -R 777 ~/.xtoolkit`, then run the command again.
@YorkShen please help me to check this problem on https://github.com/weex-templates/weex-playground-android. @dseeker to update the latest template, you can use `weex create [project-name] --no-cache` command after the problem has been fixed;