Options:
--qr display QR code for native runtime,
-o,--output transform weex we file to JS Bundle, output path (single JS bundle file or dir)
-s,--server start a http file server, weex .we file will be transforme to JS bundle on the server , specify local root path using the option
......
--help Show help
新版中文网站及文档已经上线,请访问 https://weex-project.io/cn/ , 此处后续不再维护,谢谢理解。
如何在浏览器中预览weex代码?
weex-toolkit
我们强烈推荐你使用weex-toolkit在你的浏览器预览weex代码。这个工具是以node.js为基础的,所以你需要先安装Node。请从这里 https://nodejs.org/en/download/stable/下载稳定版的Node。然后你可以通过npm安装weex-toolkit
在命令行通过
weex
命令检查toolkit是否正常工作,通常你会看到下面的帮助信息如果顺利的话,进入到你想预览的xxx.we文件的路径,输入命令
浏览器窗口会自动打开你想要预览的页面: