nuxt-ssr-cache:用于nuxt的SSR渲染的缓存中间件

时间:2024-06-02 03:29:19
【文件属性】:

文件名称:nuxt-ssr-cache:用于nuxt的SSR渲染的缓存中间件

文件大小:52KB

文件格式:ZIP

更新时间:2024-06-02 03:29:19

JavaScript

nuxt-ssr缓存 缓存用于nuxt的SSR渲染的中间件。 设置 npm install nuxt-ssr-cache 或者 yarn add nuxt-ssr-cache 然后在您的nuxt.config.js内部添加缓存配置: module . exports = { // If you provide a version, it will be stored inside cache. // Later when you deploy a new version, old cache will be // automatically purged. version : pkg . version , // .... modules : [ 'nuxt-ssr-cache' , ] , cache : { // if you


网友评论