Create an HTML file (in this example libraries/turf.html) with the library you want to load:
<script src="../../bower_components/turf/turf.min.js"></script>
Import and use your library when needed:
doSomething: function(argument, anotherArgument): {
// If li...