https://github.com/zowe/webui-scenarios
Several sample projects that create WebUI's that integrate into Zowe
https://github.com/zowe/webui-scenarios
Last synced: about 1 year ago
JSON representation
Several sample projects that create WebUI's that integrate into Zowe
- Host: GitHub
- URL: https://github.com/zowe/webui-scenarios
- Owner: zowe
- License: epl-2.0
- Created: 2018-08-13T15:47:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T01:51:21.000Z (over 2 years ago)
- Last Synced: 2025-02-12T06:53:08.636Z (over 1 year ago)
- Language: JavaScript
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# Web UI Scenarios
The intent of this repository is to maintain the samples created satisfies extender scenarios.
Checkout will download all of the scenarios which can be built independently.
Link to each individual page
1. [basic-react](./basic-react/README.md) A react implementation that demonstrates including a react application into Zowe
- Guide explaining sample found at: [https://zowe.github.io/docs-site/guides/ReactJSUI.html](https://zowe.github.io/docs-site/guides/ReactJSUI.html)
- Build instructions found at: [https://zowe.github.io/docs-site/samples/ui.html](https://zowe.github.io/docs-site/samples/ui.html#connect-to-api-backend-in-iframe)