Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.07 KB

Limbo SPA

GitHub license NuGet

Limbo.Umbraco.Spa is a package we use internally at @Limbo for making large single page applications (SPA) using Umbraco as a headless CMS.

Installation

For Umbraco 13, the package is only available via NuGet. Either via the .NET CLI:

dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha004

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha004

Other versions of Umbraco