Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/molvqingtai/yapi-interface-extension

一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。
https://github.com/molvqingtai/yapi-interface-extension

chrome-extension typescript yapi yapi-plugin

Last synced: 2 months ago
JSON representation

一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。

Awesome Lists containing this project

README

        

# yapi-interface-extension

一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。

### Install

1. clone 项目,执行 `yarn install`。
2. 修改 `public/manifest.json` 文件的 `matches` 字段,将 www.example.com 改为你部署的 YAPI 域名。
3. 执行 `yarn build`,将生成后的 dist 文件夹拖入 chrome 插件页面。

### Example

![Example](https://github.com/molvqingtai/yapi-interface-extension/blob/master/example.jpg)

### License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/molvqingtai/yapi-interface-extension/blob/master/LICENSE) file for details