Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 694 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 694 Bytes

单体式仓库模版

learna Conventional Commits

兼容

  • NodeJS 16+

包含

  • Babel
  • Commitlint
  • ESLint
  • Husky
  • Lerna
  • Prettier
  • React
  • TypeScript
  • Vite

使用

首次安装:

npx lerna bootstrap

添加 dependenciespeerDependencies

npx lerna add

添加 devDependencies

npm install