project_template icon indicating copy to clipboard operation
project_template copied to clipboard

Enjoy🌈 web项目启动模板 & 命令行cli启动模板 & 库启动模板

Results 3 project_template issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23418622/183848646-82b2b84f-b7ed-45c3-9aaf-e02745bb5548.png)

使用 lint-stage 来验证修改的ts 以及Vue文件 使用你的配置还是会出现 引入不存在的作用 并且检查了全量的文件(我只希望修改了哪些 检查哪些ts错误) ![image](https://user-images.githubusercontent.com/25902472/149306063-412a98b7-8046-4337-91e4-e3c69683bdcf.png)

这里更新一下v1.1.7版本升级摘要,主要更新 1. 修复 lint-staged校验问题 2. 新增 antdv工程自定义主题色 兼容处理 感谢@joker77877的提醒,vue模板中关于ts的校验有些许问题,具体的讨论在这里: https://github.com/okonet/lint-staged/issues/825 现有工程可以通过以下方式自行修改 .lintstagedrc.js ```ts const fs = require('fs') const generateTSConfig = (stagedFilenames) => { return (type) => { const tsconfig =...