怎么运行项目呀 #40
怎么运行项目呀
#40
-
如题,,求教,我把项目克隆下来后,npm i ,npm run start:dripform之后不行 |
Beta Was this translation helpful? Give feedback.
Answered by
mengshang918
Dec 20, 2021
Replies: 1 comment 2 replies
-
因为用的yarn workspace + lerna管理的,所以要使用yarn安装依赖
如果需要watch变更,使用yarn watch:ts |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mengshang918
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
因为用的yarn workspace + lerna管理的,所以要使用yarn安装依赖
如果需要watch变更,使用yarn watch:ts
start:dripform案例已经删除了,这边更新下;这几天会补充下CONTRIBUTIN.md文档