UWP Quickstart

Home Documentation UWP Quickstart

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.

  • Overview
  • WPF Quickstart
  • Xamarin Forms Quickstart
  • UWP Quickstart
  • How to’s
  • Syntax
    • Nodes
    • Properties
    • Property values
      • Strings
      • Integers
      • Boolean, x:Null
      • Enum values
      • x:Type
      • Event handlers
      • Node values
      • Array values
      • Parameters
      • Resources
      • Binding
    • Using
    • Variables
    • Mixins
      • Combine keyword
    • Aliases
© 2017 Ammy by ION OÜ