A Todo app using Uno WebAssembly Renderers for Blazor Native
Перейти к файлу
Agnès ZITTE a4c5037421
chore(WelcomeBot): Update config.yml with new swag link (#49)
2023-11-08 15:28:34 -05:00
.dependabot Initial release 2020-01-15 17:05:07 -05:00
.github chore(WelcomeBot): Update config.yml with new swag link (#49) 2023-11-08 15:28:34 -05:00
build/gitpod Update README.md 2020-01-15 21:38:42 -05:00
docs/assets Initial release 2020-01-15 17:05:07 -05:00
src Update README.md 2020-01-15 21:38:42 -05:00
.gitattributes Initial release 2020-01-15 17:05:07 -05:00
.gitignore Initial release 2020-01-15 17:05:07 -05:00
.gitpod.yml Initial release 2020-01-15 17:05:07 -05:00
.mergify.yml Initial release 2020-01-15 17:05:07 -05:00
CODE_OF_CONDUCT.md Initial release 2020-01-15 17:05:07 -05:00
LICENSE.md Initial release 2020-01-15 17:05:07 -05:00
README.md Update README.md 2020-01-15 21:38:42 -05:00
SECURITY.md Initial release 2020-01-15 17:05:07 -05:00

README.md

Todo App using Uno WebAssembly Renderers for Blazor Native

This is the home of the Uno Platform Todo App sample for Blazor Native running on WebAssembly, based on the original Todo App from the Blazor team.

Try it live at: https://todo-blazornative-wasm.platform.uno

This technology preview demonstrates the use of Uno Xamarin.Forms Renderers for WebAssembly, the underlying technology for Blazor Native.

This application is mostly developed using Razor pages for Blazor, and most of the code is in the ToDoApp project. The rendering of pages is done through Blazor Native, which relies on Xamarin.Forms for the markup and uses the Uno Platform Renderers to show the final UI.

Experimenting with the solution

Here's how to build the app in Visual Studio for Windows:

  • Open src/TodoApp.sln
  • Expand the TodoApp project
  • Take a look at the TodoAppMainPage.razor file.
  • To run the app, set the TodoApp.Wasm project as Startup Project
  • Run the app in IIS Express without the debugger

Uno Blazor Native Todo App for WebAssembly