文件名称:vuex-cache:调度时缓存vuex操作
文件大小:147KB
文件格式:ZIP
更新时间:2024-06-01 06:19:27
JavaScript
Vuex缓存 缓存调度的动作,并防止重复请求和繁重的动作。 兼容性 Map和Promise (您可以使用polyfill,例如 ); 任何vuex-cache版本,因为vuex-cache只能处理Vuex。 Vuex版本1、2和3。 安装 vuex-cache在NPM注册表中发布,可以使用任何兼容的程序包管理器进行安装。 npm install vuex-cache --save # For Yarn use the command below. yarn add vuex-cache 导入createCache factory并在Vuex的插件上使用。 import Vue from 'vue' ; import Vuex , { Store } from 'vuex' ; import createCache from 'vuex-cache' ; const store =
【文件预览】:
vuex-cache-master
----.gitignore(47B)
----package.json(2KB)
----src()
--------vuex-cache.js(8KB)
----__test__()
--------cache.has.test.js(2KB)
--------mapCacheActions.test.js(2KB)
--------helpers.js(477B)
--------cache.clear.test.js(2KB)
--------cache.delete.test.js(2KB)
--------createCache.test.js(684B)
--------.eslintrc.js(165B)
--------timeout.test.js(2KB)
--------cache.dispatch.test.js(4KB)
--------cacheAction.test.js(1KB)
----dist()
--------vuex-cache.es.js(9KB)
--------vuex-cache.umd.js(10KB)
--------vuex-cache.umd.min.js.map(12KB)
--------vuex-cache.js(10KB)
--------vuex-cache.umd.min.js(3KB)
----LICENSE(1KB)
----CHANGELOG.md(9KB)
----types()
--------vuex-cache.d.ts(2KB)
----.eslintrc.js(378B)
----README.md(6KB)
----prettier.config.js(99B)
----babel.config.js(144B)
----.editorconfig(147B)
----yarn.lock(307KB)