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

https://github.com/kagawagao/react-admin

yet another admin - based on react and ant-design
https://github.com/kagawagao/react-admin

Last synced: 3 days ago
JSON representation

yet another admin - based on react and ant-design

Awesome Lists containing this project

README

        

# react-admin

> admin dashboard with react and antd

### Features

- based on [`antd`](https://ant.design)
- `RBAC` permission manage model

## Usage

### Install

```bash
npm i
```

### Develop

```bash
npm run dev
```

### Build

```bash
npm run build
```

### Permission Extract

```bash
npm run permission
```