-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Is it possible to use Aurelia core with modern es6 browsers (not IE11) as the library, not having to install node.js chain with Babel? I see there is aurelia-core.js at cdn sites, however it's exports looks like UMD define, not es6 exports modern browsers use.
Knockout allows to be included just as the client-side browser script, no tooling is required, Vue also has such possible use without node.js chain. Can Aurelia be used in similar way?
AFAIK aurelia.enhance() is similar to ko.applyBindings() ?