An open API service indexing awesome lists of open source software.

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

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)