Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mreiche/aurelia-mdui


https://github.com/mreiche/aurelia-mdui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Aurelia MDUI bridge

## Installation

```shell
npm install aurelia-mdui
```

## Usage
Add to your `main.ts`
```typescript
import {MduiWebTask} from "./aurelia-mdui"

Aurelia
.register(MduiWebTask)
.app(MyApp)
.start()
```

and use your components as usable

```html

```

## Implementation status

The library is developed and tested here: https://github.com/mreiche/mdc-web-aurelia2

## References
- https://www.tsmean.com/articles/how-to-write-a-typescript-library/