美文网首页
weex命令

weex命令

作者: lzh_coder | 来源:发表于2018-03-28 17:45 被阅读37次

    1,创建weex项目脚手架

    weex create — 创建 weex 工程项目

    2,增加/删除平台

    weex platform add/remove — 安装/移除 weex 应用模版,默认模版支持 weex bundle 调试和插件机制。

    weex platform list — 查看已安装的平台模版及版本。

    weex platform run - 打包应用并安装到设备运行。

    3,安装/删除插件

    weex plugin add/remove — 安装/移除 weex 插件,支持从本地、GitHub 或者 weex 应用市场安装插件。

    weex plugin list — 查看已安装的插件及版本。

    weex plugin link — 通过引用的方式安装本地插件及版本。

    4,插件的生成/发布

    weex plugin create - 生成weex插件模版,主要是配置文件和必需的目录。

    weex plugin publish - 发布插件到weex插件市场。

    相关文章

      网友评论

          本文标题:weex命令

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