Refer to redfish-device repo for an example where to use it.
This is en example how to create a Windows Admin Center solution extension, so it can add the redfish device connection and uses the REST forwarder gateway plugin to talk to the redfish REST service in the backend pyhsical server.
Unlike the official SDK I'm using the Vue as the UI framework, instead of Angular. It's to demonstrate that we can write WAC extension with other JavaScript frameworks, not about which is better.
npm run build
As of now, this implementation is just a demo to connect to the backend physical server's redfish service endpoint inside the WAC UI. It's NOT recommended to use it anywhere except testing the design.