Skip to content

mewjs/mew

Repository files navigation

MewJS

前端代码规范工具集。

开发

Package Manager

使用 pnpm 作为包管理工具,本项目为 Monorepo。

Commit

代码提交有规范要求,会通过 commitlint 校验,建议通过以下指令提交:

npx cz npm run cz git cz

待完善...