Skip to content

taylortaurus/web-editor

 
 

Repository files navigation

WEditor

image image image

编辑器能够提供辅助编写脚本,查看组件信息,调试代码等功能。

安装

依赖项目

Only tested in Google Chrome, IE seems not working well.

pip3 install -U weditor # uiautomator2, facebook-wda会被作为依赖一并安装上去

如果要运行开发版本,安装方法如下

git clone https://github.com/alibaba/web-editor
pip3 install -e web-editor

使用方法

weditor # 启动server并打开浏览器

创建桌面快捷方式(仅限Windows)

weditor --shortcut

更多选项通过 weditor --help 查看

如果浏览器没有自动打开,可以手动访问 http://localhost:17310

17310这个端口是为了纪念,项目的创建日期 2017/03/10

常用快捷键

Mac

  • Command+Enter: 运行编辑器中所有代码
  • Command+SHIFT+Enter: 运行选中代码或光标所在行代码

Windows

  • CTRL+Enter: 运行编辑器中所有代码
  • CTRL+SHIFT+Enter: 运行选中代码或光标所在行代码

About

web editor for atx

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 5.9%
  • Python 3.2%
  • HTML 1.2%
  • Roff 1.1%