https://github.com/work-design/ui
UI used by Work Design, extend Many UI framework
https://github.com/work-design/ui
Last synced: 3 months ago
JSON representation
UI used by Work Design, extend Many UI framework
- Host: GitHub
- URL: https://github.com/work-design/ui
- Owner: work-design
- License: other
- Created: 2019-06-17T10:21:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:48:54.000Z (over 3 years ago)
- Last Synced: 2024-03-26T06:12:41.553Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 7.45 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Work UI
Work UI 是 Work Design 所使用的UI框架,是对多个 UI 框架的优化和改进;
* [weui](https://github.com/Tencent/weui)
* [Fomantic-UI](https://github.com/fomantic/Fomantic-UI)
* [bulma](https://github.com/jgthms/bulma)
* [markdown css](https://github.com/sindresorhus/github-markdown-css)
我们对原生框架采用了可插拔,非侵入式的改进。
### 本地开发
1. `git submodule update --init`
2. `yarn install`
3. `yarn run prepare`
4. `yarn run dev`
### 编译与使用
1. `yarn run build`
### 开发指南
- 不让语义化标签影响样式
### 浏览器支持详细
| 功能 | 支持情况 | 涉及组件 |
|---|---|---|
| flex | IE 10 | items, side |
#### 参考文档
[flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes)