An open API service indexing awesome lists of open source software.

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

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 --- /
```