Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geallenboy/garron-tmc
前端模版脚手架
https://github.com/geallenboy/garron-tmc
antd cli react vite2 vue3
Last synced: 14 days ago
JSON representation
前端模版脚手架
- Host: GitHub
- URL: https://github.com/geallenboy/garron-tmc
- Owner: geallenboy
- Created: 2022-04-07T05:32:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T05:41:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T23:35:35.424Z (2 months ago)
- Topics: antd, cli, react, vite2, vue3
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
项目模版脚手架
# 安装
```
npm i @garron/tmc -g
```# 功能
- vite
- vite2-react-antd
- vite2-vue3-jsx-antd
- vite-template
- template-react17-recoil-antd
- template-vue3-jsx-pinia-antd## Git 贡献提交规范
- 参考 Angular 规范
- feat 增加新功能
- fix 修复问题/BUG
- style 代码风格相关无影响运行结果的
- perf 优化/性能提升
- refactor 重构
- revert 撤销修改
- test 测试相关
- docs 文档/注释
- chore 依赖更新/脚手架配置修改等
- workflow 工作流改进
- ci 持续集成
- types 类型定义文件更改
- wip 开发中