Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tencent/tdesign-common
TDesign style/utils shared by multiple frameworks repo.
https://github.com/tencent/tdesign-common
less tdesign utils
Last synced: 3 days ago
JSON representation
TDesign style/utils shared by multiple frameworks repo.
- Host: GitHub
- URL: https://github.com/tencent/tdesign-common
- Owner: Tencent
- License: mit
- Created: 2021-11-08T09:03:28.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-22T16:52:12.000Z (10 days ago)
- Last Synced: 2025-01-23T02:43:56.497Z (10 days ago)
- Topics: less, tdesign, utils
- Language: Less
- Homepage:
- Size: 5.61 MB
- Stars: 144
- Watchers: 20
- Forks: 317
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TDesign 公共库
公共库包含公共样式与工具函数,各框架以子仓库的形式引入此仓库。
### 目录说明
```
|-- style // 组件库 UI 开发
|-- web // web UI 开发
|-- mobile // mobile UI 开发
|-- js // 组件库公用函数
```### UI 开发指南
[参考](./style/web/README.md)
### 如何进行分支开发
分支拉取规则:网页组件使用 feature/web/_ ;移动端组件使用 feature/mobile/_ ;小程序使用 feature/mp/\* 。
具体示例如下,
```
feature/web/button
feature/mobile/button
feature/mp/button
```