view-kit icon indicating copy to clipboard operation
view-kit copied to clipboard

A generic, reusable view layer for building (not just) admin interfaces using Vapor 4.

ViewKit

A generic, reusable view layer for building (not just) admin interfaces using Vapor 4.

Install

Add the repository as a Swift package dependency:

.package(url: "https://github.com/binarybirds/view-kit.git", from: "1.3.0-rc"),

Add ViewKit to the target dependencies:

.product(name: "ViewKit", package: "view-kit"),

Update the packages and you are ready to use ViewKit.