https://github.com/siongui/gopherjs-resizable-views
Resizable Views written in Go. Compiled to JavaScript via GopherJS
https://github.com/siongui/gopherjs-resizable-views
frontend go gopherjs
Last synced: 22 days ago
JSON representation
Resizable Views written in Go. Compiled to JavaScript via GopherJS
- Host: GitHub
- URL: https://github.com/siongui/gopherjs-resizable-views
- Owner: siongui
- Created: 2016-06-08T14:56:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T14:01:47.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T00:51:12.468Z (3 months ago)
- Topics: frontend, go, gopherjs
- Language: Go
- Homepage: https://siongui.github.io/gopherjs-resizable-views/
- Size: 32.2 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========================
GopherJS_ Resizable Views
=========================Development Environment:
- `Ubuntu 16.04`_ (``Chromium 50.0.2661.102 Ubuntu 16.04 (64-bit)``)
- `Go 1.6.2`_If you need resizable views written in AngularJS_, see [2]_.
Install
+++++++Install GopherJS_ and this package:
.. code-block:: bash
$ go get -u github.com/gopherjs/gopherjs
$ go get -u github.com/siongui/gopherjs-resizable-viewsExample
+++++++See `example `_ directory. Also see Demo_.
UNLICENSE
+++++++++Released in public domain. See UNLICENSE_.
References
++++++++++.. [1] `GopherJS - A compiler from Go to JavaScript `_
(`GitHub `__,
`GopherJS Playground `_,
|godoc|).. [2] `[AngularJS] Resizable Views `_
.. [3] `[GopherJS] Set/Get DOM CSS `_
.. [4] `[Golang] GopherJS Synonyms with JavaScript `_
.. [5] `[GopherJS] Register Event Handler (Event Binding) `_
.. _Ubuntu 16.04: http://releases.ubuntu.com/16.04/
.. _Go 1.6.2: https://golang.org/dl/
.. _Go: https://golang.org/
.. _GopherJS: https://github.com/gopherjs/gopherjs
.. _AngularJS: https://angularjs.org/
.. _UNLICENSE: http://unlicense.org/
.. _Demo: https://siongui.github.io/gopherjs-resizable-views/.. |godoc| image:: https://godoc.org/github.com/gopherjs/gopherjs/js?status.png
:target: https://godoc.org/github.com/gopherjs/gopherjs/js