An open API service indexing awesome lists of open source software.

https://github.com/byepasthub/vue-keep

缓存你的页面组件,使得可以比手机APP更好的体验效果
https://github.com/byepasthub/vue-keep

keep-alive vue vue2 vue3

Last synced: 5 months ago
JSON representation

缓存你的页面组件,使得可以比手机APP更好的体验效果

Awesome Lists containing this project

README

          

# vue-keep

## 介绍

>`vue-keep`可以帮助你实现前进刷新,返回时之前的页面还处于激活的状态,可以优化比`app`还要好的体验。在需要缓存页面组件的地方,将`router-view`替换为`keep-router-view`。

## language

中文
English

### 安装

支持 `vue2.x`/`vue3.x`
```
npm install @bye_past/vue-keep
```

## 快速上手

在线文档: https://byepasthub.github.io/vue-keep/zh/
在线示例: https://byepasthub.github.io/vue-keep/example