Перейти к файлу
Jérôme Laban 51c7e30524 Restore timer and slider templates 2019-11-17 20:31:22 -05:00
.nuget
.paket Update Paket and XCode 2019-10-26 20:57:21 +02:00
Fabulous.CodeGen wip working 2019-11-10 22:45:48 -05:00
Fabulous.StaticView Remove Android designer files 2019-07-11 18:31:08 +02:00
Fabulous.Uno Restore timer and slider templates 2019-11-17 20:31:22 -05:00
Fabulous.XamarinForms Restore timer and slider templates 2019-11-17 20:31:22 -05:00
docs Nullable as Options + debug sample 2019-11-05 19:36:05 +01:00
samples Address review comments 2019-11-05 18:24:25 +08:00
src Catch the exceptions when LiveUpdate replace the running program 2019-11-06 19:56:01 +01:00
tests Moved Fabulous.CodeGen into its own folder 2019-10-05 11:17:53 +02:00
.gitignore Clean gitignore 2019-10-20 20:45:03 +02:00
DEVGUIDE.md Bold instead of title 2019-07-31 18:29:59 +08:00
Directory.Build.props uno wip 2019-11-09 22:59:35 -05:00
FABULOUS.md Update FABULOUS.md 2019-07-06 13:46:15 +02:00
Fabulous.sln generator working 2019-11-10 17:31:00 -05:00
LICENSE.md
Packages.targets wip working 2019-11-10 22:45:48 -05:00
README.md Update readme 2019-11-14 06:53:15 -05:00
RELEASE_NOTES.md 0.50.3 2019-11-09 17:26:36 +01:00
SourceLink.props
azure-pipeline-osx-setup.sh Update Paket and XCode 2019-10-26 20:57:21 +02:00
azure-pipelines-full.yml . 2019-10-26 20:27:07 +02:00
azure-pipelines-pr.yml . 2019-10-26 20:27:07 +02:00
build.cmd Versioned FAKE 2019-04-10 09:31:51 +02:00
build.fsx uno wip 2019-11-09 22:59:35 -05:00
build.proj uno wip 2019-11-09 22:59:35 -05:00
build.sh Versioned FAKE 2019-04-10 09:31:51 +02:00
netfx.props
paket.dependencies uno wip 2019-11-09 22:59:35 -05:00
paket.lock uno wip 2019-11-09 22:59:35 -05:00
paket.references Versioned FAKE 2019-04-10 09:31:51 +02:00

README.md

UnoFabulous

This is an experiment to get Fabulous working on the Uno Platform.

Must be built using msbuildCLI for now under macOS, or VS 2019 for windows.

To get it running (for Wasm only for now):

  • Build and run Fabulous.Uno/tools/Fabulous.Uno.Generator/Fabulous.Uno.Generator.fsproj
  • Build Fabulous.Uno/samples/CounterApp/CounterApp.fsproj
  • Service the application using python3 server.py in the generated dist folder