Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umijs/sula
đ Pluggable enterprise-level configurable framework based on antd.
https://github.com/umijs/sula
json-schema sula sula-builder sula-cooker sula-real umi
Last synced: 1 day ago
JSON representation
đ Pluggable enterprise-level configurable framework based on antd.
- Host: GitHub
- URL: https://github.com/umijs/sula
- Owner: umijs
- License: mit
- Created: 2020-04-14T13:27:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:43:25.000Z (about 2 years ago)
- Last Synced: 2025-01-22T10:06:11.640Z (9 days ago)
- Topics: json-schema, sula, sula-builder, sula-cooker, sula-real, umi
- Language: TypeScript
- Homepage: https://docs.sula.vercel.app
- Size: 1.82 MB
- Stars: 791
- Watchers: 23
- Forks: 90
- Open Issues: 64
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
README
English | [įŽäŊä¸æ](https://github.com/umijs/sula/blob/master/README.zh-CN.md)
# sula (alpha)
> Sula now is in early alpha phase, so please don't use it in the production environment.
[![codecov](https://codecov.io/gh/umijs/sula/branch/master/graph/badge.svg)](https://codecov.io/gh/umijs/sula)[![GitHub Actions status](https://github.com/umijs/sula/workflows/Node%20CI/badge.svg)](https://github.com/umijs/sula) ![npm](https://img.shields.io/npm/v/sula) ![npm](https://img.shields.io/npm/dm/sula)
## đŗ Sula Configurable Tool
- [sula-cooker](https://cook.sula.now.sh)
## đ Sample
- [sula-samples](https://github.com/umijs/sula-samples) by umi
## đĻ Install
```bash
npm i sula --save
```## đ¨ Usage
```js
import { Form, Table, CreateForm, QueryTable, StepForm, StepQueryTable } from 'sula';
```## đ Todo List
- [x] umi-plugin-sula
- [ ] Determine the final template style
- [ ] Better typscript support
- [ ] Doc## đ Relates
- [Sula Blogs](https://zhuanlan.zhihu.com/sulajs)
## Discuss