pnpm使用

github测试项目

--filter

pnpm --filter @lc/lowcode-core run dev

模块间依赖

如:给目标@lc/lowcode-core安装依赖:@lc/utils

pnpm i @lc/utils -r --filter @lc/lowcode-core

注意:对于ts,需要在ts.config.json中配置 moduleResolution="Node"

posted @ 2023-01-11 15:56  fight139  阅读(63)  评论(0编辑  收藏  举报