Saber.Vendor
1.0.6.3
A class library used to build & release vendor plugins for Saber, a simple & straight-forward CMS website builder.
Install-Package Saber.Vendor -Version 1.0.6.3
dotnet add package Saber.Vendor --version 1.0.6.3
<PackageReference Include="Saber.Vendor" Version="1.0.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Saber.Vendor --version 1.0.6.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Saber.Vendor, 1.0.6.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Saber Vendor
Build vendor plugins for Saber
Development Instructions
- Clone one of Saber's vendor plugin GitHub repositories listed at the bottom of this page, such as the PageList plugin
- Run command
npm install
- Build & test your vendor plugin in Visual Studio:
- Move your vendor project into the
/App/Vendors
folder within Saber's Visual Studio project - Run Saber in Visual Studio or via the command
dotnet run --project App
from Saber's project folder and navigate to your Saber website within your web browser (http://localhost:7070)
- Move your vendor project into the
- Build & test your vendor plugin release:
- Follow the Publishing Instructions to generate a .7z file
- Copy the contents of
/bin/Publish/[win-x64 or linux-x64]/
into one of the following folders: - Restart your web server or run the command
dotnet Saber.dll
from Saber's published release folder and navigate to your Saber website within your web browser
Saber Vendor
Build vendor plugins for Saber
Development Instructions
- Clone one of Saber's vendor plugin GitHub repositories listed at the bottom of this page, such as the PageList plugin
- Run command
npm install
- Build & test your vendor plugin in Visual Studio:
- Move your vendor project into the
/App/Vendors
folder within Saber's Visual Studio project - Run Saber in Visual Studio or via the command
dotnet run --project App
from Saber's project folder and navigate to your Saber website within your web browser (http://localhost:7070)
- Move your vendor project into the
- Build & test your vendor plugin release:
- Follow the Publishing Instructions to generate a .7z file
- Copy the contents of
/bin/Publish/[win-x64 or linux-x64]/
into one of the following folders: - Restart your web server or run the command
dotnet Saber.dll
from Saber's published release folder and navigate to your Saber website within your web browser
Release Notes
Added IVendorContentField,
Dependencies
-
net5.0
- Saber.Core (>= 1.0.6.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.