BinaryBirds / view-kit

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

Home Page:https://theswiftdev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://theswiftdev.com

License:Other


Languages

Language:Swift 99.9%Language:Makefile 0.1%