Not sure it’s actually what you are looking for but maybe just for a test I wrote once a tutorial on how to add Ionic components without framework which probably the same as using components anywhere
Otherwise using/consuming the Ionic core components is like importing any web components developed with Stencil, so you could have a look to the StencilJS doc
I have struggled for quite some time, but I was not able to make it work.
If I use the CDN it works like a charm. But the framework I’m using is using babel to bundle stuff. So when I ‘import’ the dist/ionic.js it starts requiring additional files from my local webview, and of course it cannot find it. I was not able to import something that would bundle all the required files in my app’s bundle.
Anyone knows how the @ionic/core package could be integrated into a framework that bundles-up code from there?
Not sure it would help as it is not Webpack but I also use Ionic core components in framework less project packed with webpack, like in the starter kit of DeckDeckGo -> https://github.com/deckgo/deckdeckgo-starter
so there is no little tutorial out there, how to integrate Ionic components into a meteorJS app? Both frameworks have over 40k stars on github and nobody brings up an integration? Why? Did I miss something important? Doesn’t make this any sense?
I think both can be a great fit, and I would start with both in an upcoming project. But if nobody uses them together, there must be a reason, or not?