PowerBI has a sample code for a NodeJS program, I can only access the PowerBI interface when I use the command to run the NodeJS project. Now I would like to create a web component for the PowerBI interface and create a customized HTML tag like <powerbi-report> </powerbi-report>. The PowerBI can only be used when the command npm start is running. Is that possible to make a whole Nodejs file as web-component? Just put every .js file together, and running the project without npm start? I was wondering if someone can provide some useful links about how to make a whole node.js project to be a web component.