Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mreiche/aurelia-mdui
https://github.com/mreiche/aurelia-mdui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mreiche/aurelia-mdui
- Owner: mreiche
- Created: 2024-06-11T06:50:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:22:27.000Z (5 months ago)
- Last Synced: 2024-09-14T11:45:39.640Z (2 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/