coder-fang / asap-ui

asap-ui

Home Page:https://phenomenal-snickerdoodle-a4284b.netlify.app/components/button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asap-ui

本项目是基于 Varlet 组件库的 React 版本, 为了方便开发者快速开发, 我们提供了一套基于 React 的组件库, 目前组件库还在不断完善中, 欢迎大家 pr。

组件样式,Api 与 Varlet 保持一致

组件库地址:https://varlet.gitee.io/varlet-ui/#/zh-CN/home

贡献流程

提供 cli 工具

$ yarn global add asap-ui-cli   # 全局安装cli
$ asap-ui-cli create <component-name>  # 创建组件

1. Fork 项目

2. 安装依赖

$ yarn

3. 启动开发环境

$ yarn start # 启动开发环境

4. 提交代码

$ git add .
$ git commit -m 'feat: xxx'
$ git push

5. 提交 PR

6. 等待 Review

7. Merge

LICENSE

MIT

About

asap-ui

https://phenomenal-snickerdoodle-a4284b.netlify.app/components/button

License:MIT License


Languages

Language:TypeScript 71.2%Language:Less 28.1%Language:JavaScript 0.6%Language:Shell 0.2%