文件名称:sinai:受Vuex启发的类型安全状态管理
文件大小:106KB
文件格式:ZIP
更新时间:2024-06-02 19:51:25
typescript state-management type-safe TypeScript
西奈 输入受Vuex启发的安全状态管理。 该库包含许多类型级别的技巧。 使用时需要您自担风险,如果不确定发动机罩下的机械装置,请不要使用。 如果您搜索生产就绪状态管理解决方案,请查看 要求 Vue> = 2.5 打字稿> = 2.8 例子 import { store as createStore , module , Getters , Mutations , Actions } from 'sinai' // Declare the module state and its initial value class CounterState { count = 0 } // Declare getters class CounterGetters extends Getters < CounterState> ( ) { get half ( ) { retur
【文件预览】:
sinai-master
----.travis.yml(158B)
----example()
--------index.html(317B)
--------main.ts(149B)
--------vue-shims.d.ts(71B)
--------tsconfig.json(289B)
--------components()
--------webpack.config.js(645B)
--------store()
----package.json(2KB)
----tslint.json(38B)
----testem.yml(240B)
----test()
--------specs()
--------tsconfig.json(220B)
--------setup.ts(209B)
----LICENSE(1KB)
----package-lock.json(312KB)
----src()
--------utils.ts(641B)
--------core()
--------test.ts(2KB)
--------tsconfig.json(150B)
--------adapters()
--------index.ts(246B)
--------vue()
----tsconfig.base.json(314B)
----.gitignore(66B)
----README.md(2KB)
----scripts()
--------release.sh(201B)
--------build.js(2KB)
--------webpack.config.test.js(518B)
--------test-dev.js(177B)