# 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
- http://localhost:8080/examples/01-introduction/
- http://localhost:8080/examples/02-lifecycle/
- http://localhost:8080/examples/ for more