Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 438 Bytes

运行环境,node,weex-toolkit,webpack,

开始

npm install

运行

npm start

ios & andorid 打包

weex platform add ios

weex platform add android

检查是否有platforms 文件  

运行ios代码

weex run ios (第一次会update,比较慢,需要x-code,)

运行安卓代码

下载 android studio

直接复制android的代码到android studio运行。。。