Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
/ view-kit Public archive

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

License

Notifications You must be signed in to change notification settings

BinaryBirds/view-kit

Repository files navigation

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.