In all the examples like this, installing bootstrap requires adding bootstrap in aurelia.json under dependencies section. But, when I create a new application with Aurelia CLI(v 0.33.1), I don’t see any bundles, or dependencies section. And, even if I create a dependencies section, still the require of bootstrap is not working.
The current cli creates new app with webpack as default setup, not requirejs (old default, many old tutorials were written using requirejs setup). You are another one who were confused by cli document.
Read the webpack section of cli doc first. For how to add various packages under webpack, you need to read more doc from webpack itself (which is not pleasant at all if you did not use webpack before).
If you want to follow requirejs path, when creating new app, choose customize, then choose requirejs.
You know what, I don’t use pure bootstrap. I forgot about that, it’s been set up for some time now. I’m using this. https://fezvrasta.github.io/bootstrap-material-design I think the standard bootstrap handles popper properly