Skip to content

RoganDawes/hvue

 
 

Repository files navigation

Intro

hvue is a GopherJS wrapper for the Vue Javascript framework.

Install

go get github.com/huckridgesw/hvue

Examples & Demos

Overview

Generally speaking, the examples follow the examples in the Vue guide.

01-introduction has examples from the Vue Introduction page.

02-lifecycle demos Vue lifecycle hooks but does not correspond to any specific example on that page.

03-computed-basic and 04-computed-with-setter have examples from Computed Properties and Watchers.

And so on. Links are in the code.

Running the examples

cd /path/to/github.com/huckridgesw/hvue
gopherjs serve github.com/huckridgesw/hvue

and then

GoDoc

http://godoc.org/github.com/HuckRidgeSW/hvue

About

A GopherJS binding for Vue.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%