# icegl-three-vue-tres **Repository Path**: maning1225/icegl-three-vue-tres ## Basic Information - **Project Name**: icegl-three-vue-tres - **Description**: 🎉🎊 一款让你的三维可视化项目快速落地的开源框架 [低代码编辑器 web 小程序 app全端部署 ] 🎊🎉 永久开源免费商用 数字孪生 三维可视化 threejs webgl three three.js tres.js tvt.js - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://opensource.icegl.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 889 - **Created**: 2025-07-09 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ✅ 快速开始 node -v v18.18.0 // node版本 18.18 或以上,尽量不要超过22.x [目前反馈22.x在打包时会出溢出报错]。 ```js 1、git clone 或者 直接下载 本项目 2、cd 到项目根目录 3、yarn install// 安装依赖 4、yarn dev // 自己项目 下的调试模式 5、yarn build // 自己项目 下的编译打包 ``` 🏥 框架文档:[https://docs.icegl.cn](https://docs.icegl.cn) 🏥 Preview: [🌏 opensource.icegl.cn](https://opensource.icegl.cn) 区域编辑器:[https://oss.icegl.cn/p/zone3Deditor/#/plugins/zone3Deditor/index](https://oss.icegl.cn/p/zone3Deditor/#/plugins/zone3Deditor/index) 安装编辑器导出的插件到本项目: 1、首先您从官方渠道下载到插件包例如:pluginA.zip后,将插件包移动到项目的 pluginMaker -> install 目录下,然后运行: ```js yarn plugin.marker install pluginA ``` 2、现在启动预览模式,即可在左下角菜单中看到此插件 ```js yarn pre.dev ``` 3、如果要用在正在开发的项目中,从/src/plugins目录下找到需要的插件,进行调用