-
![](http://upload-images.jianshu.io/upload_images/1494908-177bb892b9304394.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
> 自打出生的那一天起,Weex 就免不了被拿来同 React Native「一决高下」的命运。React Native 宣称「Le…
-
In Weex you can write code with Vue, a progressive framework for building user interfaces. Also you can find some tools and resources by it.
So this introduction assumes you have knowledge of Vue i…
-
以前的版本只要在studio里面启动debug,浏览器里就会出现应用列表,现在变了,点击二维码提示需要安装xcode环境,难道不支持android了吗?
-
# Devtools
**weex devtools**是专门为weex定制的一款实现了[**Chrome Debugging Protocol**](https://developer.chrome.com/devtools/docs/debugger-protocol)的inspect/debug工具,能够帮助你快速查看app运行状态和调试weex中的Javascript代码,当前支持**I…
-
本文档已迁移至 https://weex-project.io/cn/faq.html ,此处不再维护,谢谢。
# FAQ常见问题解答
## Windows指令错误
请先安装 [Git for Windows](https://git-scm.com/download/win),在 [For Windows](https://github.com/alibaba/weex/tree/…
-
The instructions for installation were not sufficient to get the plugin installed on another project. We need clearer documentation, or if the dependencies were changed, update the installation proces…
-
chrome 版本: 版本 66.0.3359.170(正式版本) (64 位)
![image](https://user-images.githubusercontent.com/24642787/40476085-beafd9ee-5f75-11e8-87d0-92d5b9297710.png)
-
qap debug error :
/Users/linyuanfeng/.fie/node_modules/_koa-bodyparser@4.2.1@koa-bodyparser/index.js:72
return async function bodyParser(ctx, next) {
^^^^^^^^
SyntaxError: …
-
### 全局安装 `weex-toolkit`
在进行这一步操作时,建议使用 npm 官方源,使用 taobao 源的话的容易出不明问题。可以使用 nrm 管理源
```bash
$ npm install -g nrm
$ nrm ls // 查看源列表
$ nrm use npm // 切换源
$ npm install -g weex-toolkit
```
### 安装…
-
本文档已迁移至 https://weex-project.io/cn/guide/integrate-to-your-app.html , 此处不再维护,谢谢。
### 通过cocoaPods 集成 Weex iOS SDK到你的项目
1. 假设你已经完成了安装[iOS 开发环境](https://developer.apple.com/library/ios/documentatio…