-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor support #2
Comments
You would need to build a standalone static blazor wasm page. You can load this page like any other HTML webside using
On the blazor side you would need to include webui.js in the main layout and you can either use the WebUI api using JavaScript/TypeScript or build a C# wrapper using JsImport. |
could you create an example? Thank you |
Creating an example would propably not be very helpful as i ddn't find a way to get WebUI to always build the blazor wwwroot and copy it to it's own output. However here are some more detailed steps:
I will keep this issue open until i find a way to build a blazor project in such a way it will automatically be copied to the WebUI project. because while you could build a script i don't think thats an optimal solution. |
how can you use blazor?
Best regards
The text was updated successfully, but these errors were encountered: