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