rlindskog / vueniverse

Full stack, user based, PWA, Vue template.
MIT License
335 stars 48 forks source link

Implementation question #20

Open johncade opened 6 years ago

johncade commented 6 years ago

Hi, first off, great project. There are not enough Vue + Express starters, and its really nice to have Auth built in as well. I was taking a look at the code and ran into an impass when trying to figure out how you integrate the store into the vue app. I see that you include vuex but there is no where in the code where it is actually included. The same goes for component usage of the store, I cannot find where you instantiate the Vue instance and include the store. Am I missing something? This all seems to be wired up and working, I just have no idea how you load the store into the vue instance. Im always interested in getting other perspectives on best practices for VueJS development, so any feedback would be greatly appreciated. Cheers

rlindskog commented 6 years ago

Hey @johncade, I'm using NuxtJS which basically handles all of this for you. The directory structure is the API.