eaciit / vuego

A vue-go template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueGo

A Vue + Golang Project

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

# build for watch
npm run watch

# run app
cd demoapp
go run *.go --host=:9123 

About

A vue-go template


Languages

Language:Vue 56.4%Language:HTML 15.2%Language:Go 15.0%Language:JavaScript 10.4%Language:CSS 3.0%