Siemens Xcelerator Reference iX App Sources?

Are there any sources for a reference iX app (based on Angular) that implements an application frame for Siemens Xcelerator cloud apps?

I know of ReBeeb (see ReBeep code repo) but looking for a simpler example.

@kaitoedter Does ix/packages/angular-test-app at main · siemens/ix · GitHub help?

Thx Florian, but it does not help much because it is just a very simple iX example without using the Siemens theme. I already learned that currently it is impossible to install the iX Siemens theme from the Internet. Although it is deployed also in the code.siemens.com npm registry (which is accessible from the Internet), the ix base modules are not and so there is a registry/scope conflict with @siemens.

Installing Siemens Theme:

How to install Siemens Theme:
https://code.siemens.com/siemens-ix/ix-brand-theme

Related topic:

Thx Igor, but the captain registry is only accessible via snx / intranet, which does not help.

Hi Kai,

if I understood it correctly, as a Siemens internal developer you should be using the captain registry for both the ix-core packages and the brand-theme packages. This way there will be no scope-conflict for @siemens packages as mentioned by you above. Since the captain repository includes npm-remote you will be able to resolve the original ix-core packages from there too.

As an external developer you can use npmjs repository to retrieve ix-core packages, but of course you cannot use the siemens brand packages.

1 Like

Thx Markus. As long as I use only iX modules scoped with @siemens, it works fine within the Intranet using captain. But it would be great, if (like SiMPL Element), everything would be available in the Internet (with proper authorization). Would it be an option to also deploy the iX base modules to the code.siemens.com npm registry? Then I would not need captain at all…

@LukasMaurer Could you help here?

I am already in contact with Lukas. I can live with the current setting (for now :))

1 Like