第一步:生成@syncit/core的npm软连接 ``` cd packages/core yarn && yarn build npm link ``` 第二步:进入UI项目,连接本地依赖并启动 ``` cd packages/ui yarn link "@syncit/core" yarn && yarn dev ``` 第三步骤:访问下方地址 http://localhost:5000/embed.html http://localhost:5000/app.html
第一步:生成@syncit/core的npm软连接
第二步:进入UI项目,连接本地依赖并启动
第三步骤:访问下方地址
http://localhost:5000/embed.html
http://localhost:5000/app.html