Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meta-d/sap-fiori-templates
SAP BTP & Fiori App templates implemented with third-party frontend frameworks such as React, Vue, and Angular.
https://github.com/meta-d/sap-fiori-templates
angular ant-design antd btp cap fiori fiori-app odata react sap tailwindcss vue
Last synced: about 2 months ago
JSON representation
SAP BTP & Fiori App templates implemented with third-party frontend frameworks such as React, Vue, and Angular.
- Host: GitHub
- URL: https://github.com/meta-d/sap-fiori-templates
- Owner: meta-d
- License: mit
- Created: 2023-10-25T05:29:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T08:48:23.000Z (9 months ago)
- Last Synced: 2024-10-17T08:12:24.958Z (about 2 months ago)
- Topics: angular, ant-design, antd, btp, cap, fiori, fiori-app, odata, react, sap, tailwindcss, vue
- Language: TypeScript
- Homepage: https://mtda.cloud/sap/
- Size: 5.96 MB
- Stars: 25
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-angular - sap-fiori-templates - SAP BTP & Fiori App templates implemented with third-party frontend frameworks such as React, Vue, and Angular. (Table of contents / Angular)
- fucking-awesome-angular - sap-fiori-templates - SAP BTP & Fiori App templates implemented with third-party frontend frameworks such as React, Vue, and Angular. (Table of contents / Angular)
- fucking-awesome-angular - sap-fiori-templates - SAP BTP & Fiori App templates implemented with third-party frontend frameworks such as React, Vue, and Angular. (Table of contents / Angular)
README
SAP BTP & Fiori App Templates
This workspace contains multiple development templates for building mobile and desktop SAP BTP & Fiori applications
using Angular, Vue, React frameworks and Ant Design.
**English** | [**δΈζ**](./README_zh.md)
## π‘ What's New
The NGen (BTP CAP Fiori) project has now released version 0.2.0, with the following updates:
- Fixed several issues and improved stability.
- Updated dependency on AI Copilot to version 2.0. For details, please refer to [AI Copilot](https://github.com/meta-d/sap-fiori-templates/wiki/Copilot.Setup).
- Upgraded to Angular 17.3, adding support for signal patterns such as input, model, and ViewChild.
- Enhanced documentation in the [wiki](https://github.com/meta-d/sap-fiori-templates/wiki).## π What is this?
This **NGen** is a collection of SAP BTP & Fiori application templates built by third-party front-end frameworks (Angular, Vue, React, etc.). It is based on [Nx](https://nx.dev) and [UI5 Tooling](https://sap.github.io/ui5-tooling/).
There are several advantages to using open-source frameworks to create BTP & Fiori applications:
* The AI Copilot feature can answer your questions and also enable automation through custom commands.
* A robust ecosystem and active developer community that provide solutions, sample code, and plugins.
* Rich component libraries and templates.
* Cross-platform consistency, supporting responsive design to adapt to various screen sizes and devices.
* Flexible UI customization, including layout, components, and styles to ensure alignment with your brand.
* Features like virtual DOM (in React), asynchronous rendering, and on-demand component loading that greatly enhance performance.
* Provides state management tools for effective control of application state and data flow, particularly beneficial for handling large and complex SAP Fiori applications.
* Flexibility and extensibility.
* Easy to learn and use, enabling new developers to quickly get started and improve efficiency.## π How to use
You can download the templates under this code repository and then modify and deploy it, or you can build a project from scratch according to our creation steps.
We plan to provide project templates in multiple frameworks and multiple combinations. The templates that have been developed can all be used.
* βοΈ [BTP CAP Angular workspace](./btp-cap-monorepo/)
* [Angular standalone workspace](./angular-standalone/)
* [Vue standalone workspace](./sap-fiori-vue-standalone/)
* [React monorepo workspace](./react-monorepo)## β¨ Features
* Modern front-end frameworks such as **Angular**, **Vue**, or React.
* Modern state management frameworks like NgRx, Vuex, or Redux.
* A locally running **mock server** that doesn't require a network connection to a backend system, useful for development and testing scenarios.
* Use **live data** on ABAP System for development and testing scenarios.
* **One-click deployment** to SAP ABAP on-premise systems or SAP BTP Cloud Foundry.
* **CI/CD** integration.
* Adherence to **Ant Design** enterprise-level product design specifications.
* Integration of [**SAP Web Components**](https://experience.sap.com/fiori-design-web/v1-118/web-components-overview/), following SAP Fiori design guidelines.
* Integration of **existing SAP Fiori Apps** for direct use.
* Base on SAP Fiori Launchpad **authorization roles**.
* Three website page **layouts**, supporting left-side menu, top menu, and a combination of top and left-side menus.
* Support for multiple themes, including **Light** and **Dark** themes.
* Multiple website **primary color** options, including Twilight, Volcano, Dawn, Daybreak, Aurora Green, Twilight Blue, Geek Blue, and Sauce Purple.
* **Internationalization** for multi-language switching.
* Website **watermark** functionality.
* Global application **search** feature.
* **Full-screen** mode for web pages and Fiori applications.
* **Tabs** page management.
* Functional [OData client library](./btp-cap-monorepo/packages/odata/).
* Support for SAP system [**notification**](./docs/Notification.md) messages.
* [Embedded Analytics](./docs/BI.md) using [OCAP framework](https://github.com/meta-d/ocap).## πΌ Screenshots
### AI Copilot
### Side Menu Bar
Show / Hide Screenshots
### Search Fiori Apps
### Top Menu Bar
### More Fiori Apps Menu
### Dark Theme
### Internationalization
### Embedded Analytics
## 𧱠Best practices
### Login Mode
In the SAP Fiori Launchpad, it's usually necessary to log in to the FLP page first before gaining access to the apps within the Launchpad. If you want to log in to the SAP system without accessing the FLP login page, you can achieve this by configuring the error page handling for the app as follows:
1. Log in to SAPGUI and open transaction code **SICF**.
2. In the service path, enter */sap/bc/ui5_ui5/sap/`your_project_name`* and execute to open the service node where the app is located.
3. Right-click on this service node and select *Display Service* to open the service details page.
4. Switch to the *Error Pages* tab and change *Login Error* to *System Login*.
5. Access and log in using the URL */sap/bc/ui5_ui5/sap/`your_project_name`/?sap-client=`100`*.### Fiori Deploy Error
When encountering Fiori Deploy errors without displaying specific error information, you can analyze the issue by modifying the code in the *node_modules/@sap/ux-ui5-tooling/dist/cli/index.js* file to print detailed information. Print error information within the `function tryDeploy` code.
### SAP UserContext
When facing account access issues, you can check if the values such as *sap-client* in the *sap-usercontext* property within the browser's cookies are correct.
### Nx
[Nx](https://nx.dev/) is a powerful tool for building and managing modern applications, especially well-suited for large and complex projects.
#### Running tasks
To execute tasks with Nx use the following syntax:
```
npx nx <...options>
```You can also run multiple targets:
```
npx nx run-many -t
```..or add `-p` to filter specific projects
```
npx nx run-many -t -p
```Targets can be defined in the `project.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).
## πΊ How to contribute
- Please give us :star: on Github, it **helps**!
- You are more than welcome to submit feature requests in the [sap-fiori-templates repo](https://github.com/meta-d/sap-fiori-templates/issues)
- Pull requests are always welcome! Please base pull requests against the _develop_ branch.## π Contact Us
- For business inquiries:
- [Follow us on Twitter](https://twitter.com/CloudMtda)
- [Subscribe to the Metad Youtube Channel](https://www.youtube.com/channel/UCt6J-QN4atwD-9F73Me814A)## π Enterprise Support
* If your company requires technical support, please contact us at:
* Or add our WeChat ID: **metad-cloud**