The front end Lerna is a package management tool January 21, 2024 by 朱志偉 No Comments Lerna is an administrative tool for managing JavaScript projects that contain multiple packages Installation: $ mkdir lerna-repo && cd $_ $ npx lerna init Copy the code After installation, the following directory structure will be produced: