We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec5e77 commit 3331f54Copy full SHA for 3331f54
readme.md
@@ -0,0 +1,21 @@
1
+# Plugin插件合集
2
+> 插件本质是是对组件能力的拓展,通过的轻量插件,可以非常有趣的工作。详情可以参考[插件模型规范](https://docs.serverless-devs.com/sdm/serverless_package_model/package_model#%E6%8F%92%E4%BB%B6%E6%A8%A1%E5%9E%8B%E8%A7%84%E8%8C%83)
3
+
4
+## 包含内容
5
+### [keep-warm-fc](https://github.com/devsapp/keep-warm-fc/tree/master/src)
6
+通过定时触发器实现实例预热,降低`冷启动`的概率。
7
+快速体验:
8
+```
9
+s init start-keep-warm-fc
10
11
12
+### [website-fc](https://github.com/devsapp/website-fc/tree/master/src)
13
14
+快速部署静态网站到阿里云函数计算平台
15
16
17
18
+s init website-vuepress
19
20
21
0 commit comments