govue

command module
v0.0.0-...-b1b0a22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2016 License: MIT Imports: 8 Imported by: 0

README

Build Status

govue

An attempt to work with Vue.js and a golang gin rest server

Quickstart

If you want to give govue a try :

go get github.com/Depado/govue
cd $GOPATH/src/Depado/govue
npm install
echo "port: 8080
  debug: true
  api_version: 1" > conf.yml
go build
./govue

Configuration

The current configuration file is conf.yml at the root of the project. Here is an example configuration file :

port: 8080
debug: true
api_version: 1

port : The port on which the server should run
debug : Tells gin to run in debug mode or not
api_version : An integer representing the API version. The only API verison for now is 1

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL