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: about 1 year ago
JSON representation
一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。
- Host: GitHub
- URL: https://github.com/molvqingtai/yapi-interface-extension
- Owner: molvqingtai
- License: mit
- Created: 2021-09-14T10:49:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:05:33.000Z (about 3 years ago)
- Last Synced: 2025-02-27T05:02:29.888Z (over 1 year ago)
- Topics: chrome-extension, typescript, yapi, yapi-plugin
- Language: TypeScript
- Homepage:
- Size: 3.1 MB
- Stars: 25
- Watchers: 2
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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