开发中,敬请期待
基于 React 的多端自适应组件库
安装依赖
yarn
运行示例
yarn start:story
yarn test
自定义传参,只运行个别目录
yarn test src/utils --watch
详细命令行参数参考:https://jestjs.io/docs/cli
提交代码需要编写符合约定的 commit message 规范,格式如下:
git commit -m <type>(<scope>): <message>
其中 type 允许的类型包括:
- feat: (new feature for the user, not a new feature for build script)
- fix: (bug fix for the user, not a fix to a build script)
- docs: (changes to the documentation)
- style: (formatting, missing semi colons, etc; no production code change)
- refactor: (refactoring production code, eg. renaming a variable)
- test: (adding missing tests, refactoring tests; no production code change)
- chore: (updating grunt tasks etc; no production code change)
其中 scope 表示作用的组件,必须使用 Pascal-Case,例如
- Button
- DatePicker
最后,message 为您此次提交的描述。例如:
git commit -m feat(DatePicker): add onChange
- 克隆仓库
- 创建分支
- 提交代码
- 合并修改
git rebase master
- 发起 MR
- 2020.12, D2 前端技术大会《盒马中后台跨端方案探索》
- 2021.06, ReX Design 跨端组件测试版发布 《盒马跨端设计系统 ReX Design For OS》
- 2021.07, ReX Design 设计理念分享 《ReX Design for OS 面向多因子的跨端设计系统》
感谢下述开源项目,部分功能实现参考了这些项目中的代码实现。
This project is licensed under the terms of the MIT license.