Categorygithub.com/lpuigo/hvue
repositorypackage
1.0.2
Repository: https://github.com/lpuigo/hvue.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Intro

hvue is a GopherJS wrapper for the Vue Javascript framework.

It is forked from github.com/huckridgesw/hvue

Install

go get github.com/lpuigo/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/lpuigo/hvue
gopherjs serve github.com/lpuigo/hvue

and then

GoDoc

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