This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oleg
/
vuex
mirror de
https://github.com/vuejs/vuex.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Sem descrição
25
Commits
14
Ramos
62
Lançamentos
Árvore:
4c7e6f66fb
Ramos
Etiquetas
0.3.0
0.4.0
1.0
3.x
dependabot/npm_and_yarn/axios-0.21.4
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/hosted-git-info-2.8.9
dependabot/npm_and_yarn/json5-1.0.2
dependabot/npm_and_yarn/loader-utils-1.4.2
dependabot/npm_and_yarn/ssri-6.0.2
fix-devtools-logo
gh-pages
main
master
v4.1.0
v4.0.2
v4.0.1
v4.0.0
v3.6.2
v3.6.1
v4.0.0-rc.2
v3.6.0
v4.0.0-rc.1
v4.0.0-beta.4
v3.5.1
v4.0.0-beta.3
v3.5.0
v4.0.0-beta.2
4.0.0-beta.2
v3.4.0
v4.0.0-beta.1
v3.3.0
v3.2.0
v4.0.0-alpha.1
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.2.1
v2.2.0
v2.1.3
v2.1.2
v1.0.1
v2.1.1
v2.1.0
v1.0.0
v2.0.0
v2.0.0-rc.6
v2.0.0-rc.5
v2.0.0-rc.4
v2.0.0-rc.3
v2.0.0-rc.2
v2.0.0-rc.1
v1.0.0-rc.2
v1.0.0-rc
v0.8.2
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.0
vuex
HTTPS
SSH
ZIP
TAR.GZ
Evan You
4c7e6f66fb
throw if state is mutated outside mutation handlers
há 9 anos atrás
examples
edbf9b1be1
rename stores to modules
há 9 anos atrás
src
4c7e6f66fb
throw if state is mutated outside mutation handlers
há 9 anos atrás
test
4c7e6f66fb
throw if state is mutated outside mutation handlers
há 9 anos atrás
.babelrc
d7f4384c7d
tests
há 9 anos atrás
.eslintrc
76ead8847c
init
há 9 anos atrás
.gitignore
342e6fcdd1
update build setup
há 9 anos atrás
README.md
3026ce2720
readme
há 9 anos atrás
package.json
d7f4384c7d
tests
há 9 anos atrás
README.md
Rewrite Work in Progress.
Principles
Terse
Testable
Reactive
Single State Tree
Hot Reloading
Time Travel