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
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
For authoring Vuex module there is kind of usage like:
To support that usage, in storybook implementation its need:
...map{Vuex}
Vue Mixins
I also think of this template not also publishing vuex-modules but also vue-mixins that consist
...map{vuex}
declarations. Something like:mixins/mymodule.js
then in
scenario
use it likeProject Structure
When authoring vuex modules, the project structure need to support multiple
.vue
file in one scenario.vue_router = false
-> 1 page, many components
vue_router = true
-> add addon storybook-router
-> multiple pages, multiple/single components on each page
👇
The text was updated successfully, but these errors were encountered: