As we said in the last section, Material Design is not a library. However, many libraries are based on Material philosophy, so we will choose Materialize CSS. Their components look very natural, and the best part is that Aurelia has its own implementation of this library called Aurelia-Materialize, which will facilitate us a lot in the development process and integration.
Let's open our created FIFA World Cup application and set the Terminal into the root folder; then we need to install some dependencies. Execute the following commands in the next order:
- $ au install jquery
- $ au install tslib
- $ au install materialize-amd
- $ au install aurelia-materialize-bridge
In our index.html file, lets include the Material Design icons to be imported into our project:
<link href="https://fonts.googleapis.com/icon?family=Material...