Others
mdui is built with browser-native Web Components, making it compatible with all web frameworks. Here are ways to use mdui with popular frameworks.
Aurelia
After completing the installation of mdui, you'll need to install and configure an additional package (Aurelia 2 only):
npm install aurelia-mdui --save
and connect it to your application:
import { MduiWebTask } from 'aurelia-mdui';
Aurelia
.register(MduiWebTask)
.app(MyApp)
.start();
Notes
Please send bug reports to https://github.com/mreiche/aurelia-mdui
WebCell
To integrate mdui with WebCell, start by following the steps on the installation page, first-class Web components, TypeScript & JSX supports is out of box.
Or you can create a new project with the official GitHub template repository by clicking only one button.
On this page