Blazor Weather
Перейти к файлу
Daniel Roth fac0404a9e Update readme and nuget.config 2021-05-27 02:47:05 -07:00
.vscode Net6 maui native (#14) 2021-05-01 15:23:17 -07:00
BlazorWeather Removed unused files, fix service config 2021-05-27 00:39:46 -07:00
BlazorWeather.Maui Working WinUI and Android 2021-05-27 02:15:50 -07:00
BlazorWeather.Maui.WinUI3 Working WinUI and Android 2021-05-27 02:15:50 -07:00
BlazorWeather.Maui.WinUI3 (Package) Working WinUI and Android 2021-05-27 02:15:50 -07:00
BlazorWeather.Server Switch to XAML 2021-05-05 16:15:19 -07:00
WeatherClient Update packages, remove unused dependencies 2021-05-26 23:51:31 -07:00
.gitignore Net6 maui native (#14) 2021-05-01 15:23:17 -07:00
BlazorWeather.sln Working WinUI and Android 2021-05-27 02:15:50 -07:00
Directory.Build.targets Add MAUI targets 2021-05-26 23:45:28 -07:00
LICENSE Initial commit 2019-09-18 03:57:23 -07:00
NuGet.config Update readme and nuget.config 2021-05-27 02:47:05 -07:00
README.md Update readme and nuget.config 2021-05-27 02:47:05 -07:00

README.md

Blazor Weather

A simple cross-platform weather app implemented using Blazor and .NET MAUI

Run the sample

Install .NET 6 and setup .NET MAUI,

Windows

To run the Windows version of the app, open the solution in the latest Visual Studio preview.

Select the "BlazorWeather.Maui.WinUI3 (Package)" project as the startup project and make sure the x64 platform is selected.

Run the app using F5 or Ctrl+F5.

Android

Start the Android emulator first, and then run:

dotnet build BlazorWeather.Maui -t:Run -f net6.0-android

To run from Visual Studio, select the BlazorWeather.Maui as the startup project, and select Android Emulator in the Run button drop down. Run the app using F5 or Ctrl+F5.

iOS

dotnet build BlazorWeather.Maui -t:Run -f net6.0-ios

Mac

dotnet build BlazorWeather.Maui -t:Run -f net6.0-maccatalyst