Go to file
2021-12-03 10:21:18 +08:00
.github/workflows
.husky
assets
config replace editor relative path to absolute 2021-12-03 10:21:18 +08:00
examples fix module examples 2021-12-01 17:20:00 +08:00
packages replace editor relative path to absolute 2021-12-03 10:21:18 +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
.prettierrc
lerna.json
LICENSE
package.json add canary release script 2021-11-30 11:15:51 +08:00
README.md
tsconfig.json
yarn.lock add vite-tsconfig-path plugin 2021-12-03 09:52:23 +08:00

How to Run?

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