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
VUE-CLI create some file and directory for vuejs but new vue developer don't now how to config a simple var. So I want to make a default sample for VUEX on VUE-CLI options
What does the proposed API look like?
When we select VUEX on VUE-CLI this will add on index.js on store folder to add a simple variable to state and craete mutation,action and getter function for this variable
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
VUE-CLI create some file and directory for vuejs but new vue developer don't now how to config a simple var. So I want to make a default sample for VUEX on VUE-CLI options
What does the proposed API look like?
When we select VUEX on VUE-CLI this will add on index.js on store folder to add a simple variable to state and craete mutation,action and getter function for this variable
The text was updated successfully, but these errors were encountered: