Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemaiwo/ui5-webc-space-library
https://github.com/lemaiwo/ui5-webc-space-library
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemaiwo/ui5-webc-space-library
- Owner: lemaiwo
- License: apache-2.0
- Created: 2024-04-30T22:07:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T21:42:15.000Z (4 months ago)
- Last Synced: 2024-07-20T02:28:43.698Z (4 months ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI5 Library `be.wl.space`
Web Components Enablement for `space-package`
## One-time setup
To prepare your library for the first run, please execute the following commands:
- `npm install`
- `npm run ui5:prebuild` (to transpile the UI5 Web Components code to OpenUI5 code in `thirdparty/`)
- `npm run generate` (to generate OpenUI5 wrapper controls for the web components in `space-package`)_Note: repeat these steps every time you upgrade to a new version of `space-package`._
## Run the project
To start your project, just run the following command:
- `npm start`
The browser will automatically open the test page where you can find the UI5 wrapper controls for your web components.
## License
This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.