Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartxworks/sunmao-ui
A Framework for Developing Low-code Tool
https://github.com/smartxworks/sunmao-ui
appsmith framework low-code retool
Last synced: 21 days ago
JSON representation
A Framework for Developing Low-code Tool
- Host: GitHub
- URL: https://github.com/smartxworks/sunmao-ui
- Owner: smartxworks
- License: apache-2.0
- Created: 2021-06-15T08:10:24.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-20T02:57:57.000Z (3 months ago)
- Last Synced: 2024-10-06T13:40:25.415Z (29 days ago)
- Topics: appsmith, framework, low-code, retool
- Language: TypeScript
- Homepage: https://sunmao-ui.com
- Size: 15.3 MB
- Stars: 1,376
- Watchers: 27
- Forks: 92
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - smartxworks/sunmao-ui - A Framework for Developing Low-code Tool (TypeScript)
- awesome-saas - sunmao - Front-end low-code framework. Through Sunmao, you can easily encapsulate any front-end UI components into low-code component libraries to build your own low-code UI development platform, making front-end development as tight as Sunmao (Low & No Code Platform)
- awesome-lesscode - sunmao-ui - code Tool [![GitHub stars](https://img.shields.io/github/stars/smartxworks/sunmao-ui)](https://github.com/smartxworks/sunmao-ui) ![GitHub last commit](https://img.shields.io/github/last-commit/smartxworks/sunmao-ui?label=%E6%9C%80%E5%90%8E%E6%9B%B4%E6%96%B0%E6%97%B6%E9%97%B4) (精选 LessCode 项目)
README
Sunmao
Sunmao(榫卯 /suən mɑʊ/) is a front-end low-code framework. Through Sunmao, you can easily encapsulate any front-end UI components into low-code component libraries to build your own low-code UI development platform, making front-end development as tight as Sunmao("mortise and tenon" in Chinese).
[中文](./docs/zh/README.md)
## DEMO
The offcial website of Sunmao is developed by Sunmao, try it from here: [Sunmao website editor](https://sunmao-ui.com/dev.html)
We also provide an open-to-use template: [Sunmao Starter Kit](https://github.com/webzard-io/sunmao-start)
## Why Sunmao?
### Reactive rendering low-code framework
Sunmao chooses a reactive rendering solution that is easy to understand and has excellent performance, making Sunmao intuitive and quick to start.
### Powerful low-code GUI editor
Sunmao has a built-in GUI editor, which almost includes all the capabilities that a complete low-code editor should have.
### Extremely Extensible
Both the UI component library itself and the low-code editor support custom extensions. Developers can register various components to meet the needs of application and continue to use the existing visual design system.
### Type Safety
You are in type safety both when developing Sunmao components and when using the Sunmao editor. Sunmao heavily uses Typescript and JSON schema for a great type system.
For more details, read [Sunmao: A truly extensible low-code UI framework](./docs/en/what-is-sunmao.md).
## Tutorial
Sunmao users are divided into two roles, one is developer and the other is user.
The responsibilities of developers are similar to those of common front-end developers. They are responsible for developing UI components and encapsulating common UI components to Sunmao components. Developers need to write code to implement the logic of components.
The user's responsibility is to use the Sunmao components encapsulated by developers to build front-end applications in the Sunmao low-code editor. Users do not need front-end knowledge and programming skills. They can finish building the application through UI interaction only.
We have prepared two tutorials for user and developer. The user only needs to read the user's tutorial, while the developer must read both.
- [User's Tutorial](./docs/en/user.md)
- [Developer's Tutorial](./docs/en/developer.md)## local development
### Start
```sh
yarn
cd packages/editor
yarn dev
```### Test
```shell
yarn test:ci
```### Build
```shell
yarn
```> When you run the runtime or editor locally, if you modify the code of other packages, you must rebuild the modified package, otherwise, the runtime and editor will still run the old code.
## License
Apache-2.0