json Nuxt.js Firebase

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Nuxt.js Firebase相关的知识,希望对你有一定的参考价值。

{
  "hosting": {
    "public": "dist",
    "ignore": [
      "firebase.json",
      "**/.*"
    ],
    "headers": [
      {
        "source": "/**",
        "headers": [{
          "key": "Cache-Control",
          "value": "no-cache"
        }]
      },
      {
        "source" : "_nuxt/**/*.@(css)",
        "headers" : [
          {
            "key": "X-Content-Type-Options",
            "value": "nosniff"
          },
          {
            "key" : "Cache-Control",
            "value" : "public, max-age=31536000, immutable"
          }
        ]
      },
      {
        "source" : "_nuxt/**/*.@(js)",
        "headers" : [
          {
            "key": "X-Content-Type-Options",
            "value": "nosniff"
          },
          {
            "key" : "Cache-Control",
            "value" : "public, max-age=31536000, immutable"
          }
        ]
      },
      {
        "source" : "_nuxt/**/*.@(svg|jpg|jpeg|gif|png)",
        "headers" : [{
          "key" : "Cache-Control",
          "value" : "public, max-age=31536000, immutable"
        }]
      }
    ],
    "cleanUrls": true
  }
}

以上是关于json Nuxt.js Firebase的主要内容,如果未能解决你的问题,请参考以下文章

Vue.js 和 Nuxt.js 中的 Firebase 存储 CORS 错误

在 Nuxt.js 应用中初始化 Firebase 的地方

带有 Firebase 的 Nuxt.js s-s-r - ReferenceError:未定义导航器

Nuxt JS 未定义 Firebase 存储 XMLHttpRequest 错误

为Nuxt.js部署云功能错误

Vue.js (Nuxt) 返回 JSON 数据