Nuxt-pwa不缓存路由。它是可选的吗?

时间:2019-02-28 00:29:22

标签: caching routes progressive-web-apps nuxt.js workbox

如何重现问题:

创建页面: index.vue(具有nuxt-= / huindex链接) huindex.vue

  1. 构建并运行
  2. 打开http://localhost:3000
  3. 点击链接到/huindex
  4. 停止服务器
  5. 刷新页面和POOF!获取网络错误,而不是缓存的huindex页面

好吧。

  1. 再次打开http://localhost:3000并从缓存中获取
  2. 点击指向/huindex的链接并从缓存中获取huindex页面

好吧。

  1. 再次运行服务器
  2. 打开http://localhost:3000/huindex
  3. 停止服务器
  4. 刷新页面并从缓存中获取huindex页面

0 个答案:

没有答案