Skip to content
Nuvyntra Labs

Documentation

IDE extensions

Thin Visual Studio Code and Visual Studio wrappers that install Plugin.Maui.MVVMExpress.Templates and run dotnet new.

What they are

HostCommands
Visual Studio CodeMVVMExpress: Create New App, MVVMExpress: Add Page
Visual Studio 2022+Tools → MVVMExpress → Create New App…, Add Page…

After the template pack is installed, Visual Studio File → New → Project lists MVVMExpress MAUI App. Add → New Item lists MVVMExpress Page.

Install from Marketplace

Install the MAUI listings:

Visual Studio Code: MVVMExpress on the Marketplace

Visual Studio 2022+: MVVMExpress on the Marketplace

In the editor: Extensions → search MVVMExpress → Install. Then MVVMExpress: Create New App / Add Page (VS Code) or Tools → MVVMExpress (Visual Studio).

CLI (no extension)

dotnet new install Plugin.Maui.MVVMExpress.Templates
dotnet new mvvmexpress -n MyApp
dotnet new mvvmexpress-page -n Catalog --namespace MyApp

Packed templates: Project template

Product-repo details: extensions/README.md

Discussion

Comment on Plugin.Maui.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.Maui.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.