Skip to content

eaciit/vuego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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