文件名称:vuex-aggregate:Vuex的推断类型帮助器模块
文件大小:164KB
文件格式:ZIP
更新时间:2024-06-03 11:16:24
TypeScript
Vuex的推断类型帮助器模块。(必需TypeScript2.8或更高版本) 为什么在Vuex上需要TypeScript? 重构状态架构@ examples/src/store/modules/counter.ts interface State { count: number name: string isRunningAutoIncrement: boolean } const state = { count : 0 , name : 'unknown' , isRunningAutoIncrement : false } 让我们如下更改上述状态。 使用vuex-aggretate,可以在SFC上引发错误,直至mapHelper。 interface State { amount: number // here name: string isR
【文件预览】:
vuex-aggregate-master
----.circleci()
--------config.yml(977B)
----.gitignore(34B)
----tsconfig.json(412B)
----README.md(4KB)
----typings()
--------utils.d.ts(919B)
--------fromState.d.ts(565B)
--------fromMutations.d.ts(1010B)
--------index.d.ts(409B)
--------fromActions.d.ts(1018B)
--------fromGetters.d.ts(1KB)
----examples()
--------tsconfig.json(413B)
--------README.md(2KB)
--------webpack.config.babel.js(1KB)
--------app()
--------package.json(998B)
--------src()
--------.babelrc(113B)
--------types()
--------yarn.lock(199KB)
----LICENSE(1KB)
----__tests__()
--------index.js(3KB)
----package.json(1KB)
----src()
--------utils.ts(308B)
--------fromState.ts(788B)
--------index.ts(334B)
--------fromMutations.ts(1KB)
--------fromGetters.ts(1KB)
--------fromActions.ts(1KB)
----.babelrc(190B)
----yarn.lock(192KB)
----logo.svg(44KB)