Files
yapi/docs/documents/plugin-index.md
2024-03-01 20:28:14 +08:00

13 lines
258 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 安装
假设插件名为yapi-plugin-demo,安装方法如下:
```
cd {项目目录}
yapi plugin yapi-plugin-demo
```
## 卸载插件
假设插件名为yapi-plugin-demo,卸载方法如下:
```
cd {项目目录}
yapi unplugin yapi-plugin-demo
```