When installing the Aurelia navigation skeleton app it is far to overwhelming with all the 3rd party modules and ready-made scripts it uses. For me who have a good picture of wh
I'm working with a Java Play project and still want to use the scala conversion of HTML file. Thus, I did the following
aurelia-core
available via the basic aurelia project, which is linked from the quickstart tutorial"org.webjars.npm" % "systemjs" % "0.19.38"
npm install systemjs-plugin-babel
and copied the fetched files to the assets
directroyThe HTML code is like this:
...loading data...
Use main.js
etc. from the quickstart tutorial