niveklabs / go-uikit

Home Page:https://go-uikit.niveklabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-uikit is a package to be used with go-app to build progressive web apps (PWA) with, UIkit front-end framework, Go programming language and WebAssembly.

Components

  • Accordion
  • Alert
  • Article
  • Breadcrumb
  • Button
  • Card
  • Container
  • Grid
  • Leader
  • Lightbox
  • Marker
  • Section

Building Docs

Compile WASM

cd docs/
GOARCH=wasm GOOS=js go build -v -o ./web/app.wasm ./src

Compile Local server

go build -v -o go-uikit-serve ./src
./go-uikit-serve local

About

https://go-uikit.niveklabs.com

License:MIT License


Languages

Language:CSS 68.2%Language:JavaScript 30.6%Language:Go 1.2%