Results 12 comments of 丑牛

另外,项目后期还会开源吗,如何参与贡献?

> 感谢回复! 我尝试使用pnpm workspace + turbo进行改造,还没成功,卡在hel-dev-utils的build。 构建时缺少jsdom,添加依赖jsdom:^20.0.0后,构建报错: ![image](https://user-images.githubusercontent.com/553023/192472073-ada77591-dedf-48e7-a17a-a9d00926dcd2.png)

> 加油,感觉你离成功不远了,多Google试试 build目前已经搞定,但start还有问题,启动路径不太正确

> start 指的是 templates 下的 `npm run start` 吗,这个目录我还在思考要不要保留,后面的各种新示例会放到这里了 https://github.com/hel-eco > > 不过也期望你搞定 start 问题,这样 templates 保留几个最基础的模板用户测试修改也方便 项目跑起来了, 想了解下,hel-pack有考虑开源吗? 我个人更关注基于cdn的远程自动引入,而不是npm

![image](https://user-images.githubusercontent.com/553023/192681456-a3d24bf4-c2d4-4401-97e9-73ebff1a1495.png) 还有完整的看代码,代码基本跑起来了,不清楚如何配置远程加载 我先提交个PR

> 可参考这个demo > > https://github.com/hel-eco/hel-demo-use-remote-vue-comp/blob/main/src/main.js > > ![image](https://user-images.githubusercontent.com/7334950/192683189-ee639a27-82cf-4563-bcbe-1d44e0e9037d.png) 我试下这个demo

> 关于cli有什么好的建议么,我的初步想法是,基于hel命令可以快速创建一些预设的项目、组件什么的,例如: > > ``` > hel create recect-comp // 创建一个react远程组件模板 > ``` > > 或者是触发选择 > > ``` > hel create > ____ > > react comp > >...

monorepo改造已PR, https://github.com/tnfe/hel/pull/17

增加prettier代码格式化规范检查,并格式化项目代码 https://github.com/tnfe/hel/pull/17/commits/26567b7e4a31f4d8d2c5874d19de27c573128f91

> 格式化支持指定目标目录吗,例如 > > ``` > npm run format --dir=packages/hel-micro > ``` 要支持指定目录,只须将format命令和prettier配置移到每个子包中