An open API service indexing awesome lists of open source software.

https://github.com/easysy/viewkit

is a small Go library that helps you build HTML-template–driven web UIs with live reloading of views, embedded assets, and clean routing. It is designed for applications that want a simple, self-contained web interface without pulling in heavy frontend frameworks
https://github.com/easysy/viewkit

template ui view viewbinding web

Last synced: 5 months ago
JSON representation

is a small Go library that helps you build HTML-template–driven web UIs with live reloading of views, embedded assets, and clean routing. It is designed for applications that want a simple, self-contained web interface without pulling in heavy frontend frameworks

Awesome Lists containing this project

README

          

# ViewKit

![https://img.shields.io/github/v/tag/easysy/viewkit](https://img.shields.io/github/v/tag/easysy/viewkit)
![https://img.shields.io/github/license/easysy/viewkit](https://img.shields.io/github/license/easysy/viewkit)

## Overview

`viewkit` is a small Go library that helps you build HTML-template–driven web UIs with live reloading of views, embedded
assets, and clean routing. It is designed for applications that want a simple, self-contained web interface without
pulling in heavy frontend frameworks.

## Installation

`viewkit` can be installed like any other Go library through `go get`:

```sh
go get github.com/easysy/viewkit@latest
```