-
``` html
/style>
```
When we miss a `
-
weex-toolkit now has more and more powerful features which weex repo needs, so it's time to discuss the issue.
luics updated
8 years ago
-
ios playground扫面之后不能进行调试,一直是白屏
-
weex init
之后会提示
```
npm WARN babel-loader@6.2.5 requires a peer of babel-core@^6.0.0 but none was installed.
```
没有安装babel-core,需要自己手动再安装。
-
weex init的webpack.config.js 如下
```
entry: {
main: path.join(__dirname, 'src', 'main.we?entry=true')
}
```
这里不会自动build为js,求支持
可能要修改为
```
var entry = {};
function walk(dir, root) {
var di…
-
目前仅支持在 `.we` 文件内 `require('@weex-module/modal')` 这样的内置模块的加载,如果在 `.we` 文件内 `require` 的 js 模块内部,有 `require('@weex-module/modal')` 这样内置模块的加载,就会报错:
```
wx-car ➤ weex debug src/pages/search/index.we --qr …
-
ERR! ReferenceError: Unknown plugin "D:\Users\chunhuiwang\AppData\Roaming\n
pm\node_modules\weex-toolkit\node_modules\weex-loader\node_modules\babel-p
lugin-transform-runtime" specified in "base" at 0…
-
template
``
转成html:
``
-
采用weex debug ***.we 能够打开chrome并生成左右两个二维码,扫描左边的能够进入playground的调试,扫描我的we文件生成的二维码 报network error
-
```
$node-gyp --version
v3.4.0
```
when running the command `cnpm install -g weex-toolkit`, get the messages:
```
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "--…