# simple **Repository Path**: thingjs-code-temp/simple ## Basic Information - **Project Name**: simple - **Description**: Simple 类型模板,提供简单的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
> Simple 类型模板,提供简单的thingjs开发环境. ## 🔨 开发规范 - [ThingJS API 2.0 开发指导手册](https://wiki.uino.com/book/thingjs-api20) ## 🔻 目录结构 ``` ├─assets # 静态资源 │ └─scene # 场景文件(gltf) │ └─model # 模型文件(gltf) │ └─prefab # 预制件(gltf) ├─index.html # 主页面 ```