Go to file
Bowen Tan d7f3b7f11a Merge branch 'main' into publish
* main:
  chore: remove `renderField`
  fix: show the state type by real initial value
  feat: improve the trait form
  fix: change the expression styles
  fix: fix no event type in the event widget
  adjust the editor area
  feat(table): add row click
  feat: add the TableColumn widget

# Conflicts:
#	packages/chakra-ui-lib/package.json
2022-03-18 09:45:34 +08:00
.github remove code coverage report 2022-03-01 10:04:07 +08:00
.husky
assets
config
examples convert proxy to raw object in deepEvalAndWatch & fix examples 2022-02-25 13:59:43 +08:00
packages Merge branch 'main' into publish 2022-03-18 09:45:34 +08:00
spec/zh_CN
.eslintrc.json extend metadata and set category annotation to core components 2022-02-09 12:50:51 +08:00
.gitignore
.prettierrc
lerna.json
LICENSE
package.json
README.md
tsconfig.json
yarn.lock Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/custom-widget 2022-03-07 09:10:05 +08:00

🪵 Sunmao-UI 🪚

MIT License GitHub issues Github Stars

🚧 Sunmao-UI is heavily under construction! 🚧 As excited as you may be, we don't recommend this early alpha for production use. Still, give it a try if you want to have some fun and don't mind logging bugs along the way :)

Sunmao-UI is a low code front end framework, by which you can easily build you front end app with any UI libray you like! Try online demo here.

📖 Features

  • Encapsulate any kind of ui components and reuse them in low code editor
  • Easily extend component abilities

📁 Directory

Sunmao-UI is a monorepo, includes:

  • Core: the type definition of Sunmao-UI.
  • Runtime: a runtime to render Sunmao-UI application.
  • Editor: a gui-editor of Sunmao-UI.

🖥️ Local development

yarn global add lerna
yarn
cd packages/editor
yarn dev

🧪 Test

yarn test:ci

🔧Build

yarn prepublish 

After modifying runtime or core files, must rebuild them. Otherwise, the place where these two packages are called in the editor will not change.

⚖️ LICENSE

MIT © Open Sauced