UWP Quickstart
Install Ammy Visual Studio Extension
Go to Visual Studio Gallery and install Visual Studio Extension
Create UWP project
Create Blank App (Universal Windows)
Install Ammy package
Run install-package Ammy.UWP
in Package Manager Console
Remove MainPage.xaml
We will replace MainPage with our own Ammy file.
Create MainPage.ammy
Click Add -> New Item… and select Ammy Page for UWP
Add TextBlock to your page:
Page "App3.MainPage" { TextBlock { HorizontalAlignment: Center VerticalAlignment: Center "Hello, World!" } }
Run you application
You should see something like this:
Note: Runtime update will only work in Visual Studio 2017
Please note, that UWP support is still in beta.
Don’t forget to submit issues, we try to fix them as fast as possible.