一:安装brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
二:安装node.js
brew install node
三:安装weex-toolkit
npm install -g weex-toolkit
国内开发者可以考虑使用淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install -g weex-toolkit
四:初始化项目
weex create xpet
五:可以开始运行项目进行开发了
npm install
npm run dev
npm run serve
然后浏览器打开地址http://localhost:8080/index.html就可以看到了