e88f4ce0a7
- @sunmao-ui/arco-lib@0.2.1-remix.0 - @sunmao-ui/chakra-ui-lib@0.4.1-remix.0 - @sunmao-ui/core@0.6.1-remix.0 - @sunmao-ui/editor-sdk@0.2.1-remix.0 - @sunmao-ui/editor@0.6.1-remix.0 - @sunmao-ui/runtime@0.6.1-remix.0 - @sunmao-ui/shared@0.1.1-remix.0 |
||
---|---|---|
.github | ||
.husky | ||
assets | ||
config | ||
docs | ||
examples | ||
packages | ||
spec/zh_CN | ||
.cz-config.js | ||
.czrc | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
commitlint.config.js | ||
lerna.json | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Sunmao-UI
Why Sunmao?
Responsive low-code framework
Sunmao chooses a responsive solution that is easy to understand and has excellent performance, making Sunmao intuitive and quick to use.
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.
Strong extensibility
Both the UI component library itself and the low-code editor support custom extensions. Developers can register various components to cover application requirements 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.
Directory Structure
Sunmao is a monorepo project that includes the following packages:
Name | Description |
---|---|
core | Spec type definition of Sunmao |
runtime | Sunmao's runtime |
editor | Sunmao's GUI editor |
editor-sdk | sdk for Sunmao Editor |
shared | Types and utility functions shared by each package of the Sunmao project |
chakra-ui-lib | chakra-ui component library packaged by Sunmao |
arco-lib | arco-design component library packaged by Sunmao (recommend to use) |
local development
Start
yarn
cd packages/editor
yarn dev
Test
yarn test:ci
Build
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.
Tutorial
Sunmao users are divided into two roles, one is a developer and the other is a 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 the component.
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 complete application construction only through UI interaction.
We have prepared two tutorials for different roles. The user only needs to read the user's tutorial, but the developer has to read both.
Online Demo
License
MIT