https://github.com/riskers/data-flow-vue
data flow in vue implement
https://github.com/riskers/data-flow-vue
data-flow vue vuex
Last synced: 19 days ago
JSON representation
data flow in vue implement
- Host: GitHub
- URL: https://github.com/riskers/data-flow-vue
- Owner: riskers
- Created: 2018-04-09T14:40:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T04:23:15.000Z (about 8 years ago)
- Last Synced: 2025-08-20T01:27:14.361Z (10 months ago)
- Topics: data-flow, vue, vuex
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[data flow](https://github.com/riskers/data-flow) in vue implement
## includes:
* vue
* vuex
## Start
```
cd vue
npm install && npm start
```
## vuex flow
```
yes
/------> dispatch action ---
-------------------- / \
| view trigger action | ----> action is async ? \ ---- > Store
-------------------- \ no /
\------> commit mutation --- /
```