This project is a small demo for Vue.js with Golang.
- golang HTTP web framework via gin
- golang dependencies via govendor
- front-end framework via vue
- routing via vue-router
- vuex as state container
- Internationalization plugin vue-i18n
- HTTP client via axios
- webpack bundle builder
- ES6 & VUE via babel-loader
- quick build & start via gulp
Git clone this repo, install node.js, install golang & govendor.
Install dependencies:
$ govendor sync
$ npm install
Install & Run gulp:
$ npm i gulp -g
$ gulp