-
-
Notifications
You must be signed in to change notification settings - Fork 41
Adding LemonUI
Hannele Ruiz edited this page Oct 28, 2023
·
1 revision
Adding LemonUI to your project is simple! You just need to add one of the LemonUI packages from NuGet and you are ready to go! The way you add NuGet Packages changes depending on the IDE or CLI you are using:
- Visual Studio 2015+: Install and manage packages in Visual Studio (from MS Docs)
- Rider: Consume NuGet packages (from Rider Help)
- dotnet CLI: dotnet add package (from MS Docs)
- Visual Studio Code: Open the Terminal and follow the instructions for the dotnet CLI
Now feel free to go and take a look at the Quick Start guide to start your LemonUI journey.