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
一直以来,移动端的页面开发调试就是一个麻烦事情,想要实时预览页面效果并且debug更是很麻烦。jdfx也在努力解决这个问题,并且内置了browserSync,使您开发,预览,调试简单到只需一条命令即可。
browserSync
这个不用多说,安装就是了。注:如果电脑和手机处于同一个局域网中,可忽略1,2两步。
1,2
开启一个热点,并把手机连接到此热点上。
jdf b -o
External
UI External
Remote Debug
Remote Debugger (weinre)
weinre
[JDFX] Access URLs: ------------------------------------ Local: http://localhost:8081 External: http://10.0.16.115:8081 ------------------------------------ UI: http://localhost:3001 UI External: http://10.0.16.115:3001 ------------------------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一直以来,移动端的页面开发调试就是一个麻烦事情,想要实时预览页面效果并且debug更是很麻烦。jdfx也在努力解决这个问题,并且内置了
browserSync
,使您开发,预览,调试简单到只需一条命令即可。1、安装猎豹wifi
这个不用多说,安装就是了。注:如果电脑和手机处于同一个局域网中,可忽略
1,2
两步。2、连接手机
开启一个热点,并把手机连接到此热点上。
3、使用jdf调试
jdf b -o
命令打开项目列表,用手机扫描右上角的二维码,即打开一个和电脑上一模一样的页面。4、内置的weinre
External
对应的地址。如果你在浏览器中输入UI External
对应的地址,会打开一个很漂亮的操作界面。Remote Debug
菜单,点进去开启Remote Debugger (weinre)
,即可开启weinre
调试模式,接下来您也就应该知道怎么用了。The text was updated successfully, but these errors were encountered: