data flow in vue implement
- vue
- vuex
cd vue
npm install && npm start
yes
/------> dispatch action ---
-------------------- / \
| view trigger action | ----> action is async ? \ ---- > Store
-------------------- \ no /
\------> commit mutation --- /