Templates based on the monorepo architecture
pnpm run demo
pnpm run build
pnpm add -Dw Plug-in name
pnpm provides the --filter parameter, which can be used to perform certain operations on specific packages.Therefore, if you want to install a dependent package for pkg1, such as axios, you can do the following:
pnpm add axios --filter Construction name
pnpm add component-pc --filter demo