# react **Repository Path**: thingjs-code-temp/react ## Basic Information - **Project Name**: react - **Description**: React 类型模板,提供简单的thingjs开发环境. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-24 - **Last Updated**: 2023-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
ThingJS
> React 类型模板,提供简单的ThingJS开发环境. ## 📖 开发指南 ```bash # 启动开发服务 npm run dev # 打包项目 npm run build ``` ## 🔨 开发规范 - [ThingJS API 2.0 开发指导手册](https://wiki.uino.com/book/thingjs-api20) ## 🔻 目录结构 ``` thing-react ├── src │ ├── index.js # 项目入口文件 │ ├── index.css # 项目主样式 │ ├── App.js # 主页/ThingJS场景加载示例 │ └── App.css # 主页样式 └── public # 静态资源目录 ├── index.html # 静态页面 ├── scene # 场景资源(gltf) └── favicon.ico # icon图标 ```