I'd like to use aurelia in small mobile cordova apps. Is it possible to omit any module loaders like requirejs and use an aurelia bundle directly in a script tag like
<script src="scripts/aurelia.js"></script>
?
Thanks, George
You can use JSPM to build a self executing bundle complete with system.js, and then you only need to include that one script. (no other dependencies are required)
Check out the docs on production workflows for JSPM for more details: https://github.com/jspm/jspm-cli/blob/master/docs/production-workflows.md#creating-a-self-executing-bundle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With