https://github.com/robinv8/miniapp-types
同步小程序组件类型
https://github.com/robinv8/miniapp-types
miniprogram typescript typescript-definitions
Last synced: 11 months ago
JSON representation
同步小程序组件类型
- Host: GitHub
- URL: https://github.com/robinv8/miniapp-types
- Owner: robinv8
- Created: 2022-05-07T10:36:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T14:47:04.000Z (almost 3 years ago)
- Last Synced: 2025-08-19T11:33:10.166Z (11 months ago)
- Topics: miniprogram, typescript, typescript-definitions
- Language: TypeScript
- Homepage:
- Size: 906 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 小程序类型声明生成器
同步小程序组件文档生成 types 类型声明
## 安装
* npm 方式
```
npm i miniapp-types
```
* yarn 方式
```
yarn add miniapp-types
```
* pnpm 方式
```
pnpm install miniapp-types
```
## 支持小程序平台
* [百度小程序](https://smartprogram.baidu.com/docs/develop/component/component/)
* [京东小程序](https://mp-docs.jd.com/component/)
* [QQ 小程序](https://q.qq.com/wiki/develop/miniprogram/component/)
* [头条小程序](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/component/overview)
* [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/component/)
* [支付宝小程序](https://opendocs.alipay.com/mini/component/)