Go to file
2021-11-23 18:10:39 +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
config transform ES modules in node_modules 2021-11-01 23:43:27 +08:00
examples refactor parseExpression function 2021-11-23 18:10:39 +08:00
packages refactor parseExpression function 2021-11-23 18:10:39 +08:00
spec/zh_CN refactor runtime variables to sunmao 2021-11-21 14:42:50 +08:00
.eslintrc.json fork @vue-reactivity/watch to fix bundler issue 2021-10-27 14:11:02 +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 fork @vue-reactivity/watch to fix bundler issue 2021-10-27 14:11:02 +08:00
README.md add componentList & structureTree 2021-09-26 10:45:58 +08:00
tsconfig.json
yarn.lock refactor code namings to sunmao-ui 2021-11-21 14:38:33 +08:00

How to Run?

  1. yarn
  2. yarn global add lerna
  3. lerna run prepublish
  4. cd packages/runtime
  5. yarn dev