# BIMVIEW_old1 **Repository Path**: ODanielO/BIMVIEW_old1 ## Basic Information - **Project Name**: BIMVIEW_old1 - **Description**: BIM项目整合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装环境 ## 安装 TypeScript ```shell $ npm install -g typescript ``` ## 安装项目依赖项 ```shell $ cd [project-folder] $ npm install ``` # 运行项目 ## 编译并监控 TypeScript 脚本 ```shell $ cd [project-folder] $ tsc -w ``` ## 启动服务 ```shell $ cd [project-folder] $ npm start ``` ## 编译 TypeScript 脚本 ```shell $ cd [project-folder] $ tsc ``` turf ## 地图定位 中间件(微信专用) npm install truf npm install @types/truf ##静态文件 若使用静态文件目录,文件必需放在根目录下的 static 文件夹下 发布 windows : npm run buildwin