JSPM
Last updated
Last updated
Important: Make sure you run jspm version 0.16.15.
In your project install the plugin via jspm with the following command:
Make sure you also install
Make sure you use . In order to do so open your index.html
and locate the element with the attribute aurelia-app:
For Material Design icons include this in your index.html
head section:
Update main.js
in your src
folder with following content:
Note: The above shows how to use all available controls at once. If you choose to pick which you'd like to use, you can use
single components like this:
At the end of this page is a full list of currently available options.
It is now possible to drop some custom-elements into your DOM. See the other pages on this website for detailed information on how to do this.
As described above, here is a full list of currently available options:
Now you might want to do our , based on Aurelia Skeleton navigation. Before doing this, make sure you .