├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright © 2023 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 5 | 6 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 7 | 8 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 9 | 10 | 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |   3 | 4 |
5 | 6 | [![NPM][npm-badge]][npm-url] [![FIGMA][figma-badge]][figma-url] [![LICENSE][license-badge]][license-url] [![NPM downloads][download-image]][download-url] 7 | 8 | [npm-badge]: https://img.shields.io/npm/v/@titian-design/h5.svg 9 | [npm-url]: https://www.npmjs.com/package/@titian-design/h5 10 | [figma-badge]: https://img.shields.io/badge/Figma-UIKit-%2318a0fb 11 | [figma-url]: https://www.figma.com/community/file/1194917512409387064 12 | [license-badge]: https://img.shields.io/npm/l/@titian-design/h5 13 | [license-url]: https://github.com/weimob-tech/titian-design/blob/main/LICENSE 14 | [download-image]: https://img.shields.io/npm/dm/@titian-design/h5 15 | [download-url]: https://npmjs.org/package/@titian-design/h5 16 | 17 | 🖥️ 官网 18 |     |     19 | :octocat:  titian-h5 20 |     |     21 | :octocat:  titian-weapp 22 |     |     23 | 🎨 Figma 设计资源 24 |
25 | 26 |   27 | 28 | ## 简介 29 | 30 | 经过不断地优化,Titian 取得了大量核心业务应用及有效性验证。Titian 提供了清晰统一的 API ,满足多渠道小程序与多前端框架能力,极大的降低了研发成本与提升需求流转效率。同时,Titian 也是体验良好的重要保障,遵循用户习惯、维持用户心智,为业务提供了有序一致的产品体验。 31 | 32 |   33 | ## 设计指南 34 | 35 | 微盟Titian在提升效率、普适通用的核心思路下,基于“有序、普适、多元”的设计理念与价值观,打造具有自身特色的移动端组件库。 36 | 37 | - [颜色 Color](http://titian.design.weimob.com/docs/design/design/color/) 38 | - [字体 Font](http://titian.design.weimob.com/docs/design/design/font/) 39 | - [图标 Icon](http://titian.design.weimob.com/docs/design/design/icon/) 40 | - [圆角 Radius](http://titian.design.weimob.com/docs/design/design/radius/) 41 | - [动效 Motion](http://titian.design.weimob.com/docs/design/design/motion/) 42 | 43 |   44 | 45 | ## 仓库 46 | 47 | | - | Web Components | React | Vue | 微信小程序 | 48 | | ------ | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | 49 | | npm | [@titian-design/h5](https://www.npmjs.com/package/@titian-design/h5) | [@titian-design/mobile-react](https://www.npmjs.com/package/@titian-design/mobile-react) | [@titian-design/mobile-vue](https://www.npmjs.com/package/@titian-design/mobile-vue) | [@titian-design/weapp](https://www.npmjs.com/package/@titian-design/weapp) | 50 | | github | [titian-h5](https://github.com/weimob-tech/titian-h5) | [titian-h5](https://github.com/weimob-tech/titian-h5) | [titian-h5](https://github.com/weimob-tech/titian-h5) | [titian-weapp](https://github.com/weimob-tech/titian-weapp) | 51 | | 子包 | /packages/h5 | /packages/react | /packages/vue | packages/weapp | 52 | | 状态 | `beta` | `beta` | `beta` | `beta` | 53 | 54 |   55 | 56 | ## 解决方案及周边 57 | 58 | | 类目 | npm 包 | 仓库目录 | 状态 | 59 | | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------ | 60 | | 在 PC 上使用 touch 事件,支持 Web Components 冒泡 | [@titian-design/touchemualtor](https://www.npmjs.com/package/@titian-design/touchemualtor) | [titian-h5](https://github.com/weimob-tech/titian-h5)/packages/touchemualtor | `beta` | 61 | | eslint 插件 | [@titian-design/eslint-plugin](https://www.npmjs.com/package/@titian-design/eslint-plugin) | [titian-h5](https://github.com/weimob-tech/titian-h5)/packages/eslint-plugin | `beta` | 62 | | cli 工具 | [@titian-design/cli](https://www.npmjs.com/package/@titian-design/cli) | [titian-h5](https://github.com/weimob-tech/titian-h5)/packages/cli | `beta` | 63 | | Titian 的打包工具 | [@titian-design/compiler](https://www.npmjs.com/package/@titian-design/compiler) | [titian-h5](https://github.com/weimob-tech/titian-h5)/packages/compiler | `beta` | 64 | | WXML 格式化工具 | [@titian-design/prettier-plugin-wxml](https://www.npmjs.com/package/@titian-design/prettier-plugin-wxml) | [titian-weapp](https://github.com/weimob-tech/titian-weapp)/packages/prettier-plugin-wxml | `beta` | 65 | | Titian 小程序 VS Code 提示插件 | [@titian-design/snippets](https://www.npmjs.com/package/@titian-design/snippets) | [titian-weapp](https://github.com/weimob-tech/titian-weapp)/packages/snippets | `beta` | 66 | 67 |   68 | 69 | ## 协议 70 | 71 | Titian Design 使用 [MIT 协议](LICENSE) 72 | 73 | --------------------------------------------------------------------------------