文件名称:gowut:Go Web UI 工具包 - 公开发布和开发
文件大小:151KB
文件格式:ZIP
更新时间:2024-06-19 03:39:42
web web-framework Go
欢迎! Gowut (Go Web UI Toolkit) 是一个功能齐全、易于使用、平台无关的 Web UI 工具包,用纯 Go 编写,没有链接或调用任何平台相关的原生代码。 有关文档,请访问 。 开发发生在。 快速安装 要快速安装(或更新到)最新版本,请键入: go get -u github.com/icza/gowut/... 快速测试 要快速测试它并查看它的运行情况,请运行以下示例应用程序。 假设您位于 Gowut 项目的根目录中: cd $GOPATH/src/github.com/icza/gowut 1. 功能展示。 这个会在你的默认浏览器中自动打开。 go run _examples/showcase/showcase.go 功能展示也可现场使用: : 2. 单窗口示例。 这个会在你的默认浏览器中自动打开。 go run _example
【文件预览】:
gowut-master
----.travis.yml(65B)
----LICENSE(34KB)
----version-history()
--------changes-v1.1.1.txt(484B)
--------changes-v1.2.1.txt(216B)
--------changes-v0.9.0.txt(253B)
--------changes-v1.3.0.txt(317B)
--------changes-v1.4.0.txt(716B)
--------changes-v1.2.0.txt(1KB)
--------changes-v1.2.2.txt(324B)
--------changes-v0.8.0.txt(2KB)
--------changes-v1.0.0.txt(2KB)
--------changes-v1.1.2.txt(231B)
--------changes-v0.7.0.txt(1KB)
--------changes-v1.1.0.txt(999B)
--------TODO.txt(2KB)
----_images()
--------full_app_example.png(33KB)
----README.md(2KB)
----vendor()
--------vendor.json(113B)
----_examples()
--------doc.go(803B)
--------showcase()
--------login()
--------simple()
----Procfile(57B)
----_tools()
--------img2css()
----gwu()
--------comp_addons.go(10KB)
--------image.go(2KB)
--------html.go(2KB)
--------timer.go(5KB)
--------doc.go(16KB)
--------panel.go(9KB)
--------session.go(6KB)
--------comp.go(9KB)
--------server_start_gae.go(1KB)
--------button.go(2KB)
--------server.go(26KB)
--------server_start.go(2KB)
--------event.go(15KB)
--------link.go(3KB)
--------examples_test.go(2KB)
--------state_buttons.go(12KB)
--------label.go(1KB)
--------css.go(4KB)
--------writer.go(6KB)
--------expander.go(5KB)
--------style.go(22KB)
--------js.go(9KB)
--------textbox_pwbox.go(7KB)
--------window.go(6KB)
--------table.go(10KB)
--------sess_monitor.go(3KB)
--------id.go(2KB)
--------listbox.go(6KB)
--------tabpanel.go(11KB)