-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# Limbo SPA | ||
|
||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Limbo.Umbraco.Spa.svg)](https://www.nuget.org/packages/Skybrud.Essentials) | ||
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) | ||
[![NuGet](https://img.shields.io/nuget/v/Limbo.Umbraco.Spa.svg)](https://www.nuget.org/packages/Skybrud.Essentials) | ||
|
||
*Limbo.Umbraco.Spa* is a package we use internally at [**@Limbo**](https://github.com/limbo-works) for making large single page applications (SPA) using Umbraco as a headless CMS. | ||
|
||
## Installation | ||
|
||
For Umbraco 10+, the package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Spa/2.0.0-alpha004). Either via the .NET CLI: | ||
For Umbraco 13, the package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Spa/13.0.0-alpha003). Either via the .NET CLI: | ||
|
||
``` | ||
dotnet add package Limbo.Umbraco.Spa --version 2.0.0-alpha004 | ||
dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha003 | ||
``` | ||
|
||
or the NuGet Package Manager: | ||
|
||
``` | ||
Install-Package Limbo.Umbraco.Spa -Version 2.0.0-alpha004 | ||
Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha003 | ||
``` | ||
|
||
### Other versions of Umbraco | ||
|
||
- **Umbraco 10-12:** See the [v1/main](https://github.com/limbo-works/Limbo.Umbraco.Spa/tree/v2/main) branch. | ||
- **Umbraco 9:** See the [v1/main](https://github.com/limbo-works/Limbo.Umbraco.Spa/tree/v1/main) branch. | ||
- **Umbraco 8:** See our older [Skybrud.Umbraco.Spa](https://github.com/skybrud/Skybrud.Umbraco.Spa) package. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters