美文网首页
Mac下weex开发环境的搭建

Mac下weex开发环境的搭建

作者: 追云的篆愁君 | 来源:发表于2017-02-24 00:13 被阅读0次

    一、安装nodejs

           brew install node

    二、安装week

          sudo cnpm  install -g weex-toolkit@beta

         注意:官方文档上说,weex-toolkit只有最新的beta版本才支持初始化vue

    三、检测是否安装成功

        输入命令:weex --version

         输入命令:weex

    v1.0.1-beta.6

    Usage: weex[options]

    Usage: weex init [projectName]

    选项: 

      --port    http listening port number ,default is 8081          [默认值: 8081] 

      --wsport  websocket listening port number ,default is 8082      [默认值: 8082] 

      --output  to build the js bundle to the specify a path    [默认值: "no JSBundle output"]

    Usage:weexwhereis one of:     

    debug              start weex debugger     

    compile            compile we/vue file     

    run                run your projectweex

    --help      help on

    相关文章

      网友评论

          本文标题:Mac下weex开发环境的搭建

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