Weex问题总结

1、we编译成js运行报:

Uncaught RangeError: Maximum call stack size exceeded 
 ...
 ...

.we文件名不能与标签(组件)重复

2、安装weex-toolkit 报路径要为字符串:

[AssertionError: path must be a string ...]

将weex-toolkit 装到C:\Users\...\AppData\Roaming\npm\node_modules\weex-toolkit

你可能感兴趣的:(Weex问题总结)