Go to file
2022-01-06 16:31:57 +08:00
.github/workflows correct github action payload 2021-09-23 11:17:38 +08:00
.husky init husky 2021-08-20 17:54:32 +08:00
assets init spec v0.1.0 2021-06-16 13:30:04 +08:00
config Revert "add vite-tsconfig-path plugin" 2021-12-09 10:10:37 +08:00
examples update module examples 2021-12-17 10:18:14 +08:00
packages revert build to es5 2022-01-06 16:31:57 +08:00
spec/zh_CN refactor runtime variables to sunmao 2021-11-21 14:42:50 +08:00
.eslintrc.json add react hooks lint 2021-12-30 13:54:19 +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 Initial commit 2021-06-15 16:10:25 +08:00
package.json add canary release script 2021-11-30 11:15:51 +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 manage editor styles in a single CSS 2022-01-04 13:44:30 +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