/go-uikit

Primary LanguageCSSMIT LicenseMIT

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