Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heromicro/omgind-react
https://github.com/heromicro/omgind-react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/heromicro/omgind-react
- Owner: heromicro
- License: mit
- Created: 2023-02-08T04:57:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T10:13:32.000Z (4 months ago)
- Last Synced: 2024-09-12T21:33:14.813Z (4 months ago)
- Language: JavaScript
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gin Admin React - [omgind](https://github.com/heromicro/omgind)
基于 Ant Design React 实现的RBAC权限管理脚手架,目的是提供一套轻量的中后台开发框架,方便、快速的完成业务需求的开发。
## TODO
```shell
swagger-codegen generate -i ../../../../kuiper/internal/app/swagger/swagger.yaml -l javascript -o api
openapi-generator generate -i ../../../../kuiper/internal/app/swagger/swagger.yaml -g typescript-axios -o open-api --skip-validate-spec
openapi-generator generate -i ../../../../kuiper/internal/app/swagger/swagger.yaml -g javascript -o open-api-js --skip-validate-spec
```## 获取并运行
```
git clone https://github.com/heromicro/omgind-react.git
cd omgind-react
yarn
yarn start
```## 打包编译
```
yarn run build
```## MIT License