mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
1.3 KiB
1.3 KiB
title, createTime, author, permalink
| title | createTime | author | permalink |
|---|---|---|---|
| 指南 | 2022/05/13 01:28:38 | pengzhanbo | /note/vuepress-plugin/netlify-functions/ |
项目地址: vuepress-plugin-caniuse
如果你的 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
::: ::::