b4ccfd5c58
Bumps [Uno.WinUI.WebAssembly](https://github.com/unoplatform/uno) from 5.0.0-dev.2339 to 5.0.41. - [Release notes](https://github.com/unoplatform/uno/releases) - [Commits](https://github.com/unoplatform/uno/commits) --- updated-dependencies: - dependency-name: Uno.WinUI.WebAssembly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
build | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.vsts-ci.Linux.yml | ||
.vsts-ci.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
PrivacyPolicy.md | ||
README.md | ||
SECURITY.md | ||
gitversion.yml |
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).