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

https://github.com/realign/r-ui

a ui-library, based on element-ui
https://github.com/realign/r-ui

Last synced: 3 months ago
JSON representation

a ui-library, based on element-ui

Awesome Lists containing this project

README

        

# r-ui

a ui-library, based on element-ui

## Setup

### Preparation

```bash
yarn install
```

### Compiles and hot-reloads for development

```bash
yarn run serve
```

### Compiles and minifies for production

```bash
yarn run build
```

### Lints and fixes files

```bash
yarn run lint
```