mercredi 24 août 2016

Aurelia-Polymer Using CLI tool

I've been trying to sort this out for a while; my goal is to use Polymer modules inside the Aurelia framework. There's a tutorial here (on the official documentation), but that's not for a CLI generated app.

my aurelia.json file has the following dependencies:

…
"aurelia-html-import-template-loader",
"aurelia-polymer",
…

(installed using npm)

and the index.html file looks like this:

<head>
<title>Aurelia</title>

<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="bower_components/polymer/polymer.html">

I have no errors in the CLI/console upon building.

main.js

aurelia.use.plugin('aurelia-polymer');

loads fine but

aurelia.use.plugin('aurelia-html-import-template-loader');

gives errors in the browser console:

vendor-bundle.js:21513 GET http://localhost:9000/app.html 
Unhandled rejection Error: Load timeout for modules: template-registry- ………

I've been talking to a bunch of lads on aurelia/gitter, but so far I've found nobody who was able to get 'aurelia-html-import-template-loader'working in the CLI.

Thanks for reading, have an awesome day




Aucun commentaire:

Enregistrer un commentaire