Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiskang/forge-props-demo
This sample is demonstrating how to show built-in properties and custom properties on the property panel together
https://github.com/yiskang/forge-props-demo
Last synced: 21 days ago
JSON representation
This sample is demonstrating how to show built-in properties and custom properties on the property panel together
- Host: GitHub
- URL: https://github.com/yiskang/forge-props-demo
- Owner: yiskang
- License: mit
- Created: 2019-08-26T10:10:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:19:01.000Z (about 2 years ago)
- Last Synced: 2024-10-31T02:52:15.362Z (2 months ago)
- Language: JavaScript
- Size: 387 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Node.js](https://img.shields.io/badge/Node.js-8.9.4-blue.svg)](https://nodejs.org/)
[![npm](https://img.shields.io/badge/npm-5.8.0-blue.svg)](https://www.npmjs.com/)
![Platforms](https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20linux-lightgray.svg)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://opensource.org/licenses/MIT)# Forge Viewer Custom Property Panel Samples
## Overview
This sample is demonstrating how to show built-in properties and custom properties on the property panel together
## Requirements
* node.js v8.9.4 or later
1. Download and install [Node.js](http://nodejs.org/) (that will install npm as well)
2. Download this repo anywhere you want (the server will need to write files, so make sure you install in
a location where you have write permission, at least the 'mock-server' folder)
3. Execute 'npm install', this command will download and install the required node modules automatically for you.
```bash
npm install
```1. Run the mock server
```bash
npm run server
```2. Open browser and navigate to http://127.0.0.1:3000
## License
This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Please see the [LICENSE](LICENSE) file for full details.## Written by
Eason Kang
Forge Partner Development
https://developer.autodesk.com/
https://forge.autodesk.com/blog