Aurelia-CLI (require)
Last updated
Last updated
First of all, webpack is highly recommended.
Make sure you have at least version 0.34.0
of Aurelia-CLI installed.
Choose Aurelia options as you see fit. In the last step, choose to install all dependencies.
In your project install the following via CLI (execution order matters!):
For Material Design icons include this in your index.html
head section:
Add this to main.js
in your src
folder:
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.
Important: preventWavesAttach
is only needed with CLI to prevent dimmed buttons. See this for details.
Add this to your app.html
Updateaurelia.json
for the typed plugin. The following should already be present in dependencies
for the vendor-bundle
, in bundles
section, just needs a little tweak. If not there you can just add it.
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 available options:
Now you might want to do our , based on Aurelia Skeleton navigation.