An open API service indexing awesome lists of open source software.

https://github.com/kailong321200875/base-template

A basic template, including husky, commitlint, prettier
https://github.com/kailong321200875/base-template

commitlint husky-hooks template

Last synced: 4 months ago
JSON representation

A basic template, including husky, commitlint, prettier

Awesome Lists containing this project

README

          

# base-template

用于初始化一个空白项目,集成 `husky`、 `commitlint`、 `prettier`,减少前期不必要的项目搭建,用于项目规范。

## 集成其他

如果要集成 `eslint`、 `stylelint` 或者 `typescript` ,可自行集成,具体可以参考:

[Vue3 + TypeScript + vite 实现前端代码规范化](https://juejin.cn/post/7085999128488083464)

## 发布

该模板目前已经集成了发布,打标签,推送的功能,如果需要发布到 `npm`,可执行以下命令

```shell
pnpm run release

```