This article is a step-by-step on how to create a nebula.js mashup for Qlik Sense Client managed and is based on the tutorial to create a nebula.js mashup for Qlik Sense SaaS, which can be found here.
See tutorial here in the "Visualize data" section on how to fetch the ID for the wanted object.
Configure package.json to use https
In order to follow best practices on embedded contents, we are now going to modify package.json in order to enable https. Please note that you need to bring your own certificates in pem format.
On line 12 in package.json, add the following argument to the "parcel" command line:
Note that this sample doesn't handle authentication and you might need to first log in to Qlik Sense in your browser before opening the page to see the charts.