# thingjs-template-simple-pro
**Repository Path**: uinosoft/thingjs-template-simple-pro
## Basic Information
- **Project Name**: thingjs-template-simple-pro
- **Description**: Simple-Pro 类型模板,提供简单的 thingjs 开发环境.
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-08-04
- **Last Updated**: 2025-07-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
This is a simple ThingJS 2.0 project
## Folder
```
├─ assets
│ ├─ scenes # scenes folder*
│ ├─ themes # themes folder*
│ ├─ models # models folder*
│ └─ images # images folder*
├─ libs
│ ├─ thing.min.js # thingjs core library
│ ├─ thing.campus.min.js # campus extension library
│ └─ wasm # wasm folder, dont change the location
├─ index.html # test page
├─ LICENSE # BSD license description file
├─ package.json # package file
└─ README.md # readme file
```
## Test
```bash
> npm run serve # start a service for testing
```
Open the page `index.html`