# bim-vue-demo **Repository Path**: xujunpro2/bim-vue-demo ## Basic Information - **Project Name**: bim-vue-demo - **Description**: BIMI轻量化引擎是一款可以对revit、ifc等BIM模型进行轻量化处理并以WebGL方式渲染交互的三维引擎,内置丰富、友好的二次开发API,本项目为BIMI在Vue下二次开发的脚手架示例。BIMI引擎详见:http://47.97.5.43/ - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 13 - **Created**: 2021-06-03 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BIMI JS SDK For Vue脚手架 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).