npm install aurelia-mduiAdd to your main.ts
import {MduiWebTask} from "aurelia-mdui"
Aurelia
.register(MduiWebTask)
.app(MyApp)
.start()and use your components as usable
<mdui-text-field variant="filled" value.bind="message" label="Label text"></mdui-text-field>The library is developed and tested here: https://github.com/mreiche/mdc-web-aurelia2