Limbo.Umbraco.Spa is a package we use internally at @Limbo for making large single page applications (SPA) using Umbraco as a headless CMS.
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
- Umbraco 10-12: See the v2/main branch.
- Umbraco 9: See the v1/main branch.
- Umbraco 8: See our older Skybrud.Umbraco.Spa package.