Go to file
2021-10-27 11:51:46 +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 fix test ci 2021-09-28 15:37:49 +08:00
packages inject react jsx runtime 2021-10-27 11:51:46 +08:00
spec/zh_CN migrate all the code to new props type 2021-09-20 17:00:54 +08:00
.eslintrc.json use jsxImportSource in tsconfig 2021-09-24 10:11:11 +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 switch to general release 2021-10-27 00:25:44 +08:00
README.md add componentList & structureTree 2021-09-26 10:45:58 +08:00
tsconfig.json init core package 2021-07-02 16:06:02 +08:00
yarn.lock use tsup to bundle core and runtime packages 2021-10-27 11:45:19 +08:00

How to Run?

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