Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.16 KB

Limbo SPA

GitHub license NuGet Limbo.Umbraco.Spa at packages.limbo.works

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 10+, the package is only available via NuGet. Either via the .NET CLI:

dotnet add package Limbo.Umbraco.Spa --version 2.0.0-alpha005

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Spa -Version 2.0.0-alpha005

Other versions of Umbraco