<br />
<br />
<br />

<p align="center" style="margin-top: 60px; margin-bottom: 40px;">
  <a href="https://b-design.aliyun.com">
    <img width="160" src="https://acd-assets.alicdn.com/acd_work/b-design-doc/b-design-logo.png" >
  </a>
</p>

<br />

## About

B-Design 是阿里云推出的一套面向企业应用领域的设计系统。在企业级软件服务逐渐走向云端化的趋势下，为阿里内部及合作伙伴的 SaaS 系统上云提供标准化的设计规范和指导。

## Install

```
tnpm install @b-design/ui --save
```
## Usage

引用组件

```
import {Button} from '@b-design/ui'
```

引用 css 样式
```
@import '@b-design/ui/dist/index.css';
@import '<your-own-less>.css';
```
## Build Process

-   `npm i` to install packages.
-   `npm dev` to start development.
-   `npm run build` to build lib, create release in esm and umd.
-   `npm run build:docs:all` to generate docs.
