Hello! I'm trying to get started with Javascript web UI components but I've been unable to do so.Is there a way to load the modules and config files etc without using typescript, config files, bundling and building modules locally before uploading it?I'm looking for something I can insert into my page headers and then it will work, having loaded all I need to use buttons and other components.The documentation doesn't provides a way to do so.
For example could I use https://jspm.org/ to load what's needed?