# thingjs-project-template-simple **Repository Path**: uinosoft/thingjs-project-template-simple ## Basic Information - **Project Name**: thingjs-project-template-simple - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThingJS 前端项目 ## 开发指南 #### 初始化资源 项目工程中内置了一个编辑器项目资源,请先双击 `editor` 目录中的 `myproj.thing` 打开该项目,从而对项目资源进行初始化。 #### 启动服务 ```bash npm run serve ``` ## 项目目录结构 ``` ├── coding-helper/ # AI 代码助手 ├── editor/ # 编辑器项目资源 ├── index.html # HTML 入口文件 ├── package.json # 包管理 └── README.md ```