How to add Tether in Aurelia-CLI to use with Bootstrap 4
问题 I am trying to add Bootstrap 4 to Aurelia . I can only get the CSS to work but the bootstrap.js requires Tether and I can't get it included, since I keep getting this error in the console: Bootstrap tooltips require Tether I tried something along this "jquery", "Tether", { "name": "tether", "path": "../node_modules/tether/dist", "main": "js/tether.min", "exports": "Tether", "resources": [ "css/tether.css" ] }, { "name": "bootstrap", "path": "../node_modules/bootstrap/dist", "main": "js