Skip to content

Commit 3331f54

Browse files
author
heimanba
committed
update readme
1 parent 0ec5e77 commit 3331f54

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)