美文网首页
weex安装

weex安装

作者: 一笔春秋 | 来源:发表于2018-01-19 16:00 被阅读25次

    官方文档:http://weex.apache.org/cn/guide/set-up-env.html

    第一步:安装依赖

    brew install node

    npm install -g cnpm --registry=https://registry.npm.taobao.org

    cnpm install -g weex-toolkit

    cnpm install -g weex-builder

    cnpm install -g weexpack   

    cnpm intall webpack-dev-server -g

    第二步:初始化

    weex create awesome-project 

    cnpm install

    cnpm run dev & cnpm run serve

    相关文章

      网友评论

          本文标题:weex安装

          本文链接:https://www.haomeiwen.com/subject/fwjonxtx.html