Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/vuex

🗃️ Centralized State Management for Vue.js.
https://github.com/vuejs/vuex

[docs] data flow

38fa8556a4d6406126967f6836f4780eff233675 authored almost 9 years ago
[docs] data flow

38fa8556a4d6406126967f6836f4780eff233675 authored almost 9 years ago
[docs] merge getters doc into state

43e5a9ac4ea2928e371d12c501bf2dcf574645f2 authored almost 9 years ago
[docs] merge getters doc into state

43e5a9ac4ea2928e371d12c501bf2dcf574645f2 authored almost 9 years ago
[docs] actions

86f1c5a2203797a820825ec77f8a41ae632e7ef9 authored almost 9 years ago
[docs] actions

86f1c5a2203797a820825ec77f8a41ae632e7ef9 authored almost 9 years ago
[docs] state/mutations

1e592a890ce5797130429efa09fb837fdb1f6c48 authored almost 9 years ago
[docs] state/mutations

1e592a890ce5797130429efa09fb837fdb1f6c48 authored almost 9 years ago
[docs] state

d332c432987cd580d42182e275809ced622fb5a7 authored almost 9 years ago
[docs] state

d332c432987cd580d42182e275809ced622fb5a7 authored almost 9 years ago
docs: start on 0.4.0 changes

086421162e309e4cecd10451f19a5e87928fb525 authored almost 9 years ago
docs: start on 0.4.0 changes

086421162e309e4cecd10451f19a5e87928fb525 authored almost 9 years ago
add watch api

8aa242abbfe5e7bafd6c2f7cc00fbb9035baf316 authored almost 9 years ago
add watch api

8aa242abbfe5e7bafd6c2f7cc00fbb9035baf316 authored almost 9 years ago
fix all tests

77f2b35996a41b019f1ece92c0c816d2886a93f9 authored almost 9 years ago
fix all tests

77f2b35996a41b019f1ece92c0c816d2886a93f9 authored almost 9 years ago
tests wip

1668bd601daced63470ef8e9054d68681338630c authored almost 9 years ago
tests wip

1668bd601daced63470ef8e9054d68681338630c authored almost 9 years ago
update chat example for new API

1c0c963442fe6b8f049bf662b4a715c28a7753ee authored almost 9 years ago
update chat example for new API

1c0c963442fe6b8f049bf662b4a715c28a7753ee authored almost 9 years ago
call getters and methods on instance

d5bab78059628fe2feb589d5fb1a1bc6e686faf7 authored almost 9 years ago
call getters and methods on instance

d5bab78059628fe2feb589d5fb1a1bc6e686faf7 authored almost 9 years ago
update cart example for new API

fe55af5b994798ecab27841ee5a359a045c378f1 authored almost 9 years ago
update cart example for new API

fe55af5b994798ecab27841ee5a359a045c378f1 authored almost 9 years ago
fix merge object

e3183d68d05c7fb88eff75f405e9a4be0a613602 authored almost 9 years ago
fix merge object

e3183d68d05c7fb88eff75f405e9a4be0a613602 authored almost 9 years ago
update todomvc example to use new API

a057dc05be4705866c81e4e3f2d7f9f383b8a8ef authored almost 9 years ago
update counter hot example to use new API

0109b8b97aebfe7abd9fbf060088e0e94e2c52b7 authored almost 9 years ago
update counter hot example to use new API

0109b8b97aebfe7abd9fbf060088e0e94e2c52b7 authored almost 9 years ago
convert counter example to new API

ccafdbef1c6f2a9ce87c8902ca80b4f9dba3e5eb authored almost 9 years ago
convert counter example to new API

ccafdbef1c6f2a9ce87c8902ca80b4f9dba3e5eb authored almost 9 years ago
wip: new API

7844f51a9de74db8ee1f874dd7cbd7249f935468 authored almost 9 years ago
wip: new API

7844f51a9de74db8ee1f874dd7cbd7249f935468 authored almost 9 years ago
0.3.0

3f080f317db15839efad8308f8445142117d9ff4 authored almost 9 years ago
0.3.0

3f080f317db15839efad8308f8445142117d9ff4 authored almost 9 years ago
Merge pull request #53 from blake-newman/feature/implement-getters-into-store

Feature/implement getters into store

d975e9d08d3d294eb80b974a75704a5270fda676 authored almost 9 years ago
Merge pull request #53 from blake-newman/feature/implement-getters-into-store

Feature/implement getters into store

d975e9d08d3d294eb80b974a75704a5270fda676 authored almost 9 years ago
Merge pull request #55 from patrickfatrick/patch-1

args in testAction, payload as array, check for no dispatches

b873adea9355cf390cf5461c724decf3e715e7e1 authored almost 9 years ago
Merge pull request #55 from patrickfatrick/patch-1

args in testAction, payload as array, check for no dispatches

b873adea9355cf390cf5461c724decf3e715e7e1 authored almost 9 years ago
args in testAction, payload as array, check for no dispatches

I reused the testAction for all my action tests, so I made it a little more robust so I can pass...

707c9bb270e6a7a7e7fd5d77fe1fa00fd1d25016 authored almost 9 years ago
args in testAction, payload as array, check for no dispatches

I reused the testAction for all my action tests, so I made it a little more robust so I can pass...

707c9bb270e6a7a7e7fd5d77fe1fa00fd1d25016 authored almost 9 years ago
Updated Docs for getter implementation.

9470089a681554dcb4df6e98dc4f1239778ba7d9 authored almost 9 years ago
Updated Docs for getter implementation.

9470089a681554dcb4df6e98dc4f1239778ba7d9 authored almost 9 years ago
Updated counter-hot and shopping-cart with getters example.

c40fbf971df96c3fd73cc6c9e3a78edd42939784 authored almost 9 years ago
Updated counter-hot and shopping-cart with getters example.

c40fbf971df96c3fd73cc6c9e3a78edd42939784 authored almost 9 years ago
Implemented getters into the store.

Passing the stores state to the getters.
The getters get combined.

d3ddc02a6f1207b57011073144cafcbf4098d71d authored almost 9 years ago
Implemented getters into the store.

Passing the stores state to the getters.
The getters get combined.

d3ddc02a6f1207b57011073144cafcbf4098d71d authored almost 9 years ago
update todomvc example to use store injection

adaa2c3d9416f66cb2c140686177ceb8d003c640 authored almost 9 years ago
update todomvc example to use store injection

adaa2c3d9416f66cb2c140686177ceb8d003c640 authored almost 9 years ago
support store injection

5fe5305b891ba6e850c873867da597335fe001f2 authored almost 9 years ago
support store injection

5fe5305b891ba6e850c873867da597335fe001f2 authored almost 9 years ago
Merge pull request #49 from zigomir/patch-2

API changes

d645bb90671ba8c5c3b25b8d4e241b98e6300512 authored almost 9 years ago
Merge pull request #49 from zigomir/patch-2

API changes

d645bb90671ba8c5c3b25b8d4e241b98e6300512 authored almost 9 years ago
API changes

52dba6b657644d8f9bbe45e6880859b2cb3bc778 authored almost 9 years ago
API changes

52dba6b657644d8f9bbe45e6880859b2cb3bc778 authored almost 9 years ago
Merge pull request #44 from moonqqqq/patch-1

fix a typo

1611dc27bcf3c2892112eb9aca5370c4a43793cc authored about 9 years ago
Merge pull request #44 from moonqqqq/patch-1

fix a typo

1611dc27bcf3c2892112eb9aca5370c4a43793cc authored about 9 years ago
fix a typo

0770abf219161e9eddf36cd4e6246028e9c7336d authored about 9 years ago
fix a typo

0770abf219161e9eddf36cd4e6246028e9c7336d authored about 9 years ago
Merge pull request #40 from kazupon/fix/naming

fix naming consistency

2f3968a192776136a56e6e2acb16acd6c5a378c4 authored about 9 years ago
Merge pull request #40 from kazupon/fix/naming

fix naming consistency

2f3968a192776136a56e6e2acb16acd6c5a378c4 authored about 9 years ago
docs(ja): fix naming consistency

88991f2d844ebea3a62c9567853626f3b4095902 authored about 9 years ago
docs(ja): fix naming consistency

88991f2d844ebea3a62c9567853626f3b4095902 authored about 9 years ago
Merge pull request #39 from kylestev/patch-1

fix naming consistency in documentation example

ee390d9b343b969bc872b25e447ed09e6b41a82b authored about 9 years ago
Merge pull request #39 from kylestev/patch-1

fix naming consistency in documentation example

ee390d9b343b969bc872b25e447ed09e6b41a82b authored about 9 years ago
fix naming consistency in documentation example

`vuex` -> `store`

d1b9ee29f980f6b136fa765b606900c161be0c8d authored about 9 years ago
fix naming consistency in documentation example

`vuex` -> `store`

d1b9ee29f980f6b136fa765b606900c161be0c8d authored about 9 years ago
Merge pull request #35 from kazupon/translation

fix typo

7d19721309da10af96f0412d8fcb36a96fff031f authored about 9 years ago
Merge pull request #35 from kazupon/translation

fix typo

7d19721309da10af96f0412d8fcb36a96fff031f authored about 9 years ago
docs(ja): fix typo on strict.md

3e1b617d397f7ac7a889df0c30e50ba3775bf82b authored about 9 years ago
docs(ja): fix typo on strict.md

3e1b617d397f7ac7a889df0c30e50ba3775bf82b authored about 9 years ago
add link to @skyronic tutorial

ddd95c6339784332248e27cd260a69f751524571 authored about 9 years ago
add link to @skyronic tutorial

ddd95c6339784332248e27cd260a69f751524571 authored about 9 years ago
fix chinese docs typo (close #29)

92c22cf7b4ce0f20399e5374e6fbc5308b31fe47 authored about 9 years ago
fix chinese docs typo (close #29)

92c22cf7b4ce0f20399e5374e6fbc5308b31fe47 authored about 9 years ago
remove unnecessary code

7cb12dc5f7ee252852551185a02f30241d7360fc authored about 9 years ago
Merge pull request #32 from seanwash/master

Add missing word to concepts.md

6b551f3ac045c8d609e0d90f0d9bc5c388fc69c2 authored about 9 years ago
Merge pull request #32 from seanwash/master

Add missing word to concepts.md

6b551f3ac045c8d609e0d90f0d9bc5c388fc69c2 authored about 9 years ago
Add missing word to concepts.md

ad420bd1c048b41f6075cbb67071e4b9f106fc32 authored about 9 years ago
Add missing word to concepts.md

ad420bd1c048b41f6075cbb67071e4b9f106fc32 authored about 9 years ago
Merge pull request #30 from kazupon/translation

Translation for japanese

4a81e656d69e25113e8b985257bbd40ba87fa7ca authored about 9 years ago
Merge pull request #30 from kazupon/translation

Translation for japanese

4a81e656d69e25113e8b985257bbd40ba87fa7ca authored about 9 years ago
Merge pull request #28 from kazupon/fix/typo

fix typo

ce9d096580c93b9fd7d60ded45b715cc18aaaa95 authored about 9 years ago
Merge pull request #28 from kazupon/fix/typo

fix typo

ce9d096580c93b9fd7d60ded45b715cc18aaaa95 authored about 9 years ago
Merge pull request #27 from yandongxu/master

fix wrong charactor in chinese doc

758715d43422f89a348f3b09401f78e88539be78 authored about 9 years ago
Merge pull request #27 from yandongxu/master

fix wrong charactor in chinese doc

758715d43422f89a348f3b09401f78e88539be78 authored about 9 years ago
docs(ja): update keyword translation

b42c99a1dda2fa3972e04629afa7bd5fc6d6a790 authored about 9 years ago
docs(ja): update keyword translation

b42c99a1dda2fa3972e04629afa7bd5fc6d6a790 authored about 9 years ago
docs(ja): mistake api.md translation

0bbf037e9dbbc5ffc7cbe61e737c703d60988809 authored about 9 years ago
docs(ja): mistake api.md translation

0bbf037e9dbbc5ffc7cbe61e737c703d60988809 authored about 9 years ago
docs(ja): translate testing.md

bfc5f89f4cb2bb9ad7a2cb2ee0967c834ed2e5f2 authored about 9 years ago
docs(ja): translate testing.md

bfc5f89f4cb2bb9ad7a2cb2ee0967c834ed2e5f2 authored about 9 years ago
docs(ja): translate forms.md

91286a5d0953ed0d9afb1cb87fea2aad07d00722 authored about 9 years ago
docs(ja): translate forms.md

91286a5d0953ed0d9afb1cb87fea2aad07d00722 authored about 9 years ago
fix(forms): fix typo

50094a604f32d00ceb784a3fbf07c82c502faca2 authored about 9 years ago
fix(forms): fix typo

50094a604f32d00ceb784a3fbf07c82c502faca2 authored about 9 years ago
docs(ja): translate strict.md

508993cf28159a462baa881c7c86c81ec26c4380 authored about 9 years ago
docs(ja): translate middlewares.md

c12de44fb90a691d6dffc23c336c5ab65d1e8519 authored about 9 years ago
docs(ja): translate middlewares.md

c12de44fb90a691d6dffc23c336c5ab65d1e8519 authored about 9 years ago
docs(ja): translate structure.md

04f5662a6ef21d60d44771bd868782143dbc34c7 authored about 9 years ago