weex安装配置运行

参考网站

https://weex.apache.org/cn/ https://weex.apache.org/cn/references/index.html https://github.com/weexteam/weex-pack

基础环境

1
2
brew install node
npm install -g weex-toolkit

运行web

1
npm start

http://localhost:8080/index.html

weexpack

1
npm install -g weexpack

运行ios

1
weex platform add ios

集成devtools