How to set up an MVUX project

In this tutorial you'll learn how to set up an Uno Platform project to use MVUX.

  1. Make sure your environment is set up properly by using uno check.

  2. You can create a Uno App by either using the Uno Platform Visual Studio extension or via the command line interface.

    Using Visual Studio 2022 Uno Platform Extension

    • Make sure you have the latest version of Uno Extension (v4.8 or higher) installed.

      Screenshot displaying how to check the version of the Uno Extension wizard version in Visual Studio extension manager

    • Press Ctrl+Shift+N to create a new project and select "Uno Platform App".

    • Give your project an appropriate name.

    • When prompted Select Blank and click Customize

      Screenshot displaying the intro screen of the Uno Extension wizard in Visual Studio

    • In the Presentation tab (3rd one), select MVUX.

      Screenshot displaying how to pre-install MVUX in the generated project

    • Click Create on the bottom right corner.