# ibiz-player-server **Repository Path**: zhangpingchuan/ibiz-player-server ## Basic Information - **Project Name**: ibiz-player-server - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-23 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IbizPlayer模板 IbizPlayer模板是R7动态模板的预览版本,通过命令行指令ibizplayer可以执行相应的操作并进行预览。 ## 安装 ### 使用npm ``` npm install ibizplayer -g ``` ### 使用yarn ``` yarn global add ibizplayer ``` ## 指令 ### 开始 ibizplayer start [options] #### 必选参数 | 参数 | 说明 | | ------------------ | -------------------------------------------- | | -a | 以应用为基础开始预览服务,需提供应用模型路径 | | -v | 以视图为基础开始预览服务,需提供视图模型路径 | | -c | 以部件为基础开始预览服务,需提供视图模型路径 | 上述参数任选其一即可 #### 可选参数 | 参数 | 说明 | | ---------------- | ------------------------------------------------------------ | | -o | 指定此参数表示以远程接口模式启动预览服务,需要提供网关接口地址 | | -p | 以指定端口启动预览服务 |