We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,目前我使用官方 WeexPlayground 扫码可以实时调试 weex 页面,.vue 文件修改下保存,WeexPlayground 上的页面也是同步实时刷新的。 现在我自己的客户端集成了 weex,我想自己的 app 也能像 WeexPlayground 一样实时调试,.vue 文件修改下保存,也能同步刷新。主要是我实现的功能里面有很多自己的 module, 使用 WeexPlayground 扫描调试完全不能满足需求,目前只能把 jsbundle 文件拖到我自己项目本地里,来调试,感觉很蠢很麻烦,也不能实时刷新调试。 有办法吗? 非常感谢🙏
.vue
module
jsbundle
The text was updated successfully, but these errors were encountered:
@erha19
Sorry, something went wrong.
WXDemoViewController中有个hotReloadSocket,它负责热更新的,但是连接的建立在扫码页面WXScannerVC中的remoteDebug方法
No branches or pull requests
你好,目前我使用官方 WeexPlayground 扫码可以实时调试 weex 页面,
.vue
文件修改下保存,WeexPlayground 上的页面也是同步实时刷新的。现在我自己的客户端集成了 weex,我想自己的 app 也能像 WeexPlayground 一样实时调试,
.vue
文件修改下保存,也能同步刷新。主要是我实现的功能里面有很多自己的module
, 使用 WeexPlayground 扫描调试完全不能满足需求,目前只能把jsbundle
文件拖到我自己项目本地里,来调试,感觉很蠢很麻烦,也不能实时刷新调试。有办法吗? 非常感谢🙏
The text was updated successfully, but these errors were encountered: