Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/txp1035/ant-design-bus

Business based component library
https://github.com/txp1035/ant-design-bus

Last synced: about 1 month ago
JSON representation

Business based component library

Awesome Lists containing this project

README

        

# ant-design-bus

## Getting Started

Install dependencies,

```bash
$ npm i or yarn
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```