https://github.com/colinkiama/winui2template
A UWP project template that allows developers to get started with WinUI 2 quickly!
https://github.com/colinkiama/winui2template
template uwp visual-studio win-ui windows windows-10
Last synced: about 2 months ago
JSON representation
A UWP project template that allows developers to get started with WinUI 2 quickly!
- Host: GitHub
- URL: https://github.com/colinkiama/winui2template
- Owner: colinkiama
- Created: 2020-12-18T20:14:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:36:03.000Z (over 2 years ago)
- Last Synced: 2025-06-03T09:19:17.920Z (about 1 year ago)
- Topics: template, uwp, visual-studio, win-ui, windows, windows-10
- Language: C#
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinUI2Template
A UWP project template that let's developers get started with WinUI 2 quickly!
Available in Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=ColinKiama.winui-2-template
You can also select "Use this template" and rename namespaces and files yourself.

## Template Structure
This template is a UWP app with WinUI 2.4 installed and ready to use.
- MainPage (Where a NavigationView for the whole app exists)
- HomePage (The first page displayed in the navigation view)
- Page1 (A secondary page that used to show how you can navigate between pages)
- SettingsPage (Shows when you select the settings item on the NavigationView)
## Branches
| Branch Name | Description |
|-------------|----------- |
| master | Changes from the `runnable` branch used in the latest production release. |
| runnable | A runnable version of the template that will be exported in the `dev` branch. |
| dev | Takes the changes from the `runnable` branch and replaces the names with template parameters.|
## Making your own templates
Learn how to make your own templates here (It can save you a lot of time!): https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-custom-project-and-item-templates?view=vs-2019