Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 984 Bytes

File metadata and controls

40 lines (28 loc) · 984 Bytes

go-vue-demo

This project is a small demo for Vue.js with Golang.

What it contains?

Install

Git clone this repo, install node.js, install golang & govendor.

Install dependencies:

$ govendor sync
$ npm install

Run

Install & Run gulp:

$ npm i gulp -g
$ gulp