Getting started
Installation
FSharp.ViewEngine is distributed as a NuGet package. You can install it using your preferred package manager.
Using .NET CLI
dotnet package add FSharp.ViewEngine
Using Paket CLI
dotnet paket add FSharp.ViewEngine
Requirements
- .NET 8.0, 9.0, or 10.0
Next Steps
Once you have FSharp.ViewEngine installed, head over to the Usage guide to start building your first HTML views.