bulma.io for GopherJS.
Go to file
Stanislav Nikitin 25b1d33652
Added CHANGELOG, bulma version bump, a little of linting.
2022-01-07 11:01:47 +05:00
common Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
elements Added CHANGELOG, bulma version bump, a little of linting. 2022-01-07 11:01:47 +05:00
examples/helloworld Move html/head/navbar into elements. 2022-01-07 10:53:39 +05:00
metas Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
.gitignore Move html/head/navbar into elements. 2022-01-07 10:53:39 +05:00
.golangci.yml Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
.markdownlint.json Added CHANGELOG, bulma version bump, a little of linting. 2022-01-07 11:01:47 +05:00
CHANGELOG.md Added CHANGELOG, bulma version bump, a little of linting. 2022-01-07 11:01:47 +05:00
LICENSE Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00
README.md Added CHANGELOG, bulma version bump, a little of linting. 2022-01-07 11:01:47 +05:00
bulpherjs.go Added CHANGELOG, bulma version bump, a little of linting. 2022-01-07 11:01:47 +05:00
go.mod Moving towards Application thing and reactivity. 2020-05-17 19:37:58 +05:00
go.sum Moving towards Application thing and reactivity. 2020-05-17 19:37:58 +05:00
options.go Remove license headers from files as they're useless. 2022-01-07 10:46:51 +05:00

README.md

BulpherJS

bulma for GopherJS.

Installation

BulpherJS made primarily for applications that is using Go modules. So installation would be as simple as:

go get -u go.dev.pztrn.name/bulpherjs

Usage

See examples.