/vuejs_vuex_golang

this is a simple project trying to serve a vuejs webapp with a golang server. The tricky part is trying to inject some js in a html template, to populate the Vuex.Store.State with some initial data. Initial commit has an issue with the child components not able to access this.$store.state

This repository is not active