Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kant2002/blazor-webidl-gen
Generator for Blazor Interop using WebIDL
https://github.com/kant2002/blazor-webidl-gen
blazor blazor-extensions blazor-interop webidl
Last synced: 18 days ago
JSON representation
Generator for Blazor Interop using WebIDL
- Host: GitHub
- URL: https://github.com/kant2002/blazor-webidl-gen
- Owner: kant2002
- License: mit
- Created: 2018-09-27T14:51:23.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T14:13:30.000Z (5 months ago)
- Last Synced: 2024-10-11T20:52:35.675Z (about 1 month ago)
- Topics: blazor, blazor-extensions, blazor-interop, webidl
- Language: C#
- Size: 232 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blazor Interop Code generator
===============================Make sure that close this report recursively.
How to hack
```bash
git clone --depth=1 https://github.com/Microsoft/TSJS-lib-generator.git ./generator
npm install
build.cmd
generate-csharp.cmd
```Now generated code in the `Blazor.WebApiInterop/Generated` folder
Run `Blazor.WebApiInterop.Samples` project from VS, and go to the `/vibration` page.