# smart-office **Repository Path**: plin/smart-office ## Basic Information - **Project Name**: smart-office - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dfocus-fe-meeting-next Next generation of meeting system PC-client. 下一代会议室预约系统,高级货要保持 ## 安装依赖 ``` yarn ``` ## 本地调试 ```bash yarn start ``` ## 打包 ```bash # 标准版 bash shells/build.sh # 德邦 sso 集成版 UMI_ENV=tebon bash shells/build.sh # 嘉实基金 sso 集成版 UMI_ENV=harvestfund bash shells/build.sh # 远洋/霍尼韦尔 sso 集成版 UMI_ENV=honeywell bash shells/build.sh # gensler 地图预订版 UMI_ENV=gensler bash shells/build.sh # ads 定制字体版 UMI_ENV=ads bash shells/build.sh # 打包带启动脚本的个版本 bash shells/build-with-sh.sh, 可以根据不同版本添加UMI_ENV, 例如: UMI_ENV=tebon bash shells/build-with-sh.sh ```