# bimviewer-es6 **Repository Path**: qm-2000/qmodel ## Basic Information - **Project Name**: bimviewer-es6 - **Description**: 介绍在原生js环境下,通过import引入组件进行集成 该框架现在很少人用,很久没维护了,可参考其他更新的版本。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-07-14 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 集成示例基于QModel 介绍在原生js环境下,通过import引入组件进行集成 该框架现在很少人用,很久没维护了,可参考其他更新的版本。 ## Setup Run this followed commands: ``` bash # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build ```