# bimcat_react前端 **Repository Path**: amtech/bimcat_react_Font ## Basic Information - **Project Name**: bimcat_react前端 - **Description**: BIM轻量化的前端,从github复制过来别人的源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-07-23 - **Last Updated**: 2023-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bimcat_react BIM轻量化的前端,采用React技术。框架采用蚂蚁金服的umi:https://www.yuque.com/ant-design/course # 运行项目: 1、安装node.js 2、改为淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org 3、导入依赖:cnpm install 4、运行项目:cnpm run dev 5、打包项目:cnpm run build