51c7e30524 | ||
---|---|---|
.nuget | ||
.paket | ||
Fabulous.CodeGen | ||
Fabulous.StaticView | ||
Fabulous.Uno | ||
Fabulous.XamarinForms | ||
docs | ||
samples | ||
src | ||
tests | ||
.gitignore | ||
DEVGUIDE.md | ||
Directory.Build.props | ||
FABULOUS.md | ||
Fabulous.sln | ||
LICENSE.md | ||
Packages.targets | ||
README.md | ||
RELEASE_NOTES.md | ||
SourceLink.props | ||
azure-pipeline-osx-setup.sh | ||
azure-pipelines-full.yml | ||
azure-pipelines-pr.yml | ||
build.cmd | ||
build.fsx | ||
build.proj | ||
build.sh | ||
netfx.props | ||
paket.dependencies | ||
paket.lock | ||
paket.references |
README.md
UnoFabulous
This is an experiment to get Fabulous working on the Uno Platform.
Must be built using msbuild
CLI 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