iheanyi / go-vue-todo

A simple todo app built with Go, BoltDB, and Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Vue Todo

A small example app showing how to build an app with Go, BoltDB, and Vue.js.

Getting Started

This project uses govendor for vendoring. Make sure you have that installed per the instruction in its repo.

For running/building the code, you should run webpack --watch --config frontend/src/build/webpack.dev.conf.js. Then install the application by running go install . and running it with go-vue-todo. Upon visiting the URL localhost:1415/todos and you'll be able to see the application.

About

A simple todo app built with Go, BoltDB, and Vue.js


Languages

Language:JavaScript 62.8%Language:Go 22.5%Language:Vue 14.3%Language:HTML 0.5%