Skybrud.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 8, the package is only available via NuGet. Either via the .NET CLI:
dotnet add package Skybrud.Umbraco.Spa --version 3.0.0
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Spa -Version 3.0.0
- Umbraco 10+: See our newer Limbo.Umbraco.Spa package.
- Umbraco 7: See the
v2/main
branch.