PEGA Constellation on publishing web components

Hi Pega Team,

I have a requirement to create a custom web component and publish to pega.

Issue faced: The WEB SDK provided by pega is the basic starter kit which is not supporting npm commands to create and publish the web component.

Question1: What are the dependent files that we need to create to make sure we run the npm commands without any issues?

Question2: What are the necessary files we need to use to create a custom dx component(using web components) and publish it successfully?

@TripurnaM

To create a custom component you need not use SDK, instead you can just set up an environment to work with Constellation digital experience (DX) components.

Here is the article for your reference:

@nalls3 Yes using WEB SDK you can create a project using below command “npx @pega/custom-dx-components@~24.1 init” which internally creating the dependent files to execute the npm commands sucessfully.