vue-router-keep-alive-helper:Vue.js缓存自动管理插件,自动创建、销毁缓存页面

时间:2024-05-02 12:30:34
【文件属性】:

文件名称:vue-router-keep-alive-helper:Vue.js缓存自动管理插件,自动创建、销毁缓存页面

文件大小:85KB

文件格式:ZIP

更新时间:2024-05-02 12:30:34

JavaScript

Vue路由器保持活动帮助器 Vue Router Keep-alive Helper是用于管理Vue.js项目中的缓存页面的自动工具,只能使用一行配置代码。 English | 为什么需要此帮手: 当使用vue-router开发Vue.js的SPA项目时, 总是用于缓存已路由的页面,有三个选项来管理其中的缓存树, include - Only components with matching names will be cached. exclude - Any component with a matching name will not be cached. max - The maximum number of component instances to cache. 但是这些选项仅在简单情况下有用,否则它们是无用的,例如: 路由返回时销毁当前页面


【文件预览】:
vue-router-keep-alive-helper-main
----.babelrc(241B)
----rollup.config.js(914B)
----package.json(1KB)
----README_CN.md(3KB)
----package-lock.json(212KB)
----dist()
--------helper.esm.js.map(19KB)
--------index.js(6KB)
--------index.js.map(19KB)
--------helper.esm.js(6KB)
----src()
--------utils.js(3KB)
--------index.js(646B)
--------helper.js(6KB)
--------historyStack.js(791B)
--------extension.js(2KB)
----examples()
--------replace-stay-example.html(2KB)
--------helper-example.html(2KB)
--------destroy-bigger-example.html(2KB)
--------router-twice-example.html(2KB)
--------query-example.html(2KB)
----.all-contributorsrc(821B)
----.gitignore(18B)
----README.md(3KB)
----yarn.lock(84KB)
----.editorconfig(168B)

网友评论