Go to file
tanbowensg 5ac40e0785 Merge pull request #3 from webzard-io/mentions
update editor version and implement part of component
2022-03-01 17:51:43 +08:00
.github remove code coverage report 2022-03-01 10:04:07 +08:00
.husky init husky 2021-08-20 17:54:32 +08:00
assets
config Revert "add vite-tsconfig-path plugin" 2021-12-09 10:10:37 +08:00
examples convert proxy to raw object in deepEvalAndWatch & fix examples 2022-02-25 13:59:43 +08:00
packages Merge pull request #3 from webzard-io/mentions 2022-03-01 17:51:43 +08:00
spec/zh_CN refactor runtime variables to sunmao 2021-11-21 14:42:50 +08:00
.eslintrc.json extend metadata and set category annotation to core components 2022-02-09 12:50:51 +08:00
.gitignore use tsup to bundle core and runtime packages 2021-10-27 11:45:19 +08:00
.prettierrc introduce CodeMirror to implement code editors 2021-10-19 00:14:44 +08:00
lerna.json impl plain button, text and app 2021-07-05 14:49:45 +08:00
LICENSE
package.json feat: add some eslint rules 2022-01-20 14:06:26 +08:00
README.md update readme 2021-12-28 14:11:13 +08:00
tsconfig.json init core package 2021-07-02 16:06:02 +08:00
yarn.lock fix: the deepeval watch method generates mutable object 2022-02-24 18:03:31 +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