You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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. CheersThe text was updated successfully, but these errors were encountered: