Source code for the Uno Gallery apps and Uno Playground (made in Wasm)
Перейти к файлу
dependabot-preview[bot] b31dc8cc04
chore(deps): bump Xamarin.AndroidX.Lifecycle.LiveData
Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.1.0 to 2.3.1.
- [Release notes](https://github.com/xamarin/AndroidX/releases)
- [Commits](https://github.com/xamarin/AndroidX/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-05 10:53:39 +00:00
.dependabot Create config.yml 2019-09-24 14:09:46 -04:00
.github ci: Add conventional commits support 2020-03-30 16:51:47 -04:00
build fix: Adjust source canary update 2020-12-22 14:39:35 -05:00
src chore(deps): bump Xamarin.AndroidX.Lifecycle.LiveData 2021-04-05 10:53:39 +00:00
.editorconfig Reworked folders on disk 2018-08-01 15:18:32 -04:00
.gitattributes Initial commit 2018-05-08 13:19:57 -04:00
.gitignore Missing wwwroot 2019-04-24 14:59:37 -04:00
.vsts-ci.Linux.yml feat: Update to .NET 5 2021-01-13 14:38:04 -05:00
.vsts-ci.yml ci: Update canary support 2020-11-16 12:08:24 -05:00
.vsts-qa.internal.yml Passed secret variables to msbuild 2019-01-09 14:51:38 -05:00
.vsts-qa.yml ci: Update canary support 2020-11-16 12:08:24 -05:00
CODE_OF_CONDUCT.md housekeeping: use unoplatform/template 2019-10-03 16:05:58 -04:00
LICENSE.md housekeeping: use unoplatform/template 2019-10-03 16:05:58 -04:00
PrivacyPolicy.md Add privacy policy 2018-05-14 09:13:36 -04:00
README.md Added README 2018-05-08 13:21:42 -04:00
SECURITY.md housekeeping: use unoplatform/template 2019-10-03 16:05:58 -04:00
gitversion.yml Changed GitVersion configuration 2019-01-08 15:48:19 -05:00

README.md

Uno Playground

This is the code for published apps on stores (Uno Gallery) - Windows, Android & iOS and for the Uno Playground http://playground.platform.uno.

Building it

You'll need Visual Studio 2017 v15.5+ to compile it. You also need those components:

  • Web Site development (aspnet core)
  • .NET Core cross-platform projects
  • Xamarin SDK (if you want to test iOS & Android)

UWP

To run the UWP project, simply select the project Uno.UI.Demo.UWP as starting project.

Android & iOS

To run Xamarin versions, select the project Uno.UI.Demo.Droid or Uno.UI.Demo.iOS as starting project. For iOS, don't forget to pick emulator or device. You may need additionnal provisionning configuration to run it on a device.

Wasm

Run the project Uno.UI.Demo.AspnetShell - that's the platform.uno web site and go to the url /Playground/index.html once it's started (don't use the link in the site, it will bring you to the public version).