pengzhanbo 1bf2c82d01 fix: 优化皮肤主题交互
1. 修复caniuse插件在hash更新时重新渲染的问题;
2. 优化皮肤主题样式;
3.修复归档排序问题
2022-05-14 20:31:54 +08:00
..
2022-05-14 20:31:54 +08:00
2022-05-14 20:31:54 +08:00
2022-05-14 20:31:54 +08:00
2022-05-14 20:31:54 +08:00
2022-05-14 20:31:54 +08:00

title, createTime, author, permalink
title createTime author permalink
指南 2022/05/13 01:28:38 pengzhanbo /note/vuepress-plugin/netlify-functions/

项目地址: vuepress-plugin-caniuse

npm version

npm download

如果你的 vuepress 站点是部署在 netlify 的而且希望能够使用netlify functions 来做 serverless。

那么你可能需要本插件提供支持。

本插件仅 提供 Netlify Functions 开发环境和 打包构建 支持,不提供具体的 functions 函数。

  • 你可以基于此插件 在你的 vuepress 项目中 自定义 functions
  • 也可以基于此插件作为你的 vuepress plugin 依赖,开发自定义 functions 提供给其他 vuepress项目使用。

安装

:::: code-group ::: code-group-item npm

npm install @vuepress-plume/vuepress-plugin-netlify-functions

::: ::: code-group-item yarn:active

yarn add @vuepress-plume/vuepress-plugin-netlify-functions

::: ::: code-group-item pnpm

pnpm add @vuepress-plume/vuepress-plugin-netlify-functions

::: ::::