Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanpan11/react-template-cli
🧵Utilities for creating React projects | React 模板项目脚手架
https://github.com/wanpan11/react-template-cli
cli creact-react-app react reactjs template
Last synced: 2 months ago
JSON representation
🧵Utilities for creating React projects | React 模板项目脚手架
- Host: GitHub
- URL: https://github.com/wanpan11/react-template-cli
- Owner: wanpan11
- Created: 2021-12-17T06:09:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T04:45:05.000Z (6 months ago)
- Last Synced: 2024-11-06T01:51:49.525Z (2 months ago)
- Topics: cli, creact-react-app, react, reactjs, template
- Language: TypeScript
- Homepage: https://github.com/wanpan11/react-admin-tp
- Size: 280 KB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
## react-typeScript 项目脚手架 开箱即用 ![Alt text](./img/0A152754.png)
![CI](https://github.com/Hitotsubashi/cicd-study/actions/workflows/ci.yml/badge.svg)
[![OSCS Status](https://www.oscs1024.com/platform/badge/wanpan11/react-template-cli.svg?size=small)](https://www.oscs1024.com/project/wanpan11/react-template-cli?ref=badge_small)#### 构建工具任选 webpack vite
![Static Badge](https://img.shields.io/badge/webpack-black?logo=webpack&style=for-the-badge)
![Static Badge](https://img.shields.io/badge/vite-black?logo=vite&style=for-the-badge)#### 模版内置功能
- typescript
- tailwind css (原子 css)
- eslint、prettier 代码检查、保存修复
- git hook 提交前自动修复
- 动态环境变量
- 动态打包配置
- 任意扩展
- 零黑盒
- 自定义常用表组组件
- 不定时更新流行技术> [模版项目仓库](https://github.com/wanpan11/react-admin-tp)
#### 运行环境
> 全局安装 pnpm
> pnpm 是个很好的包管理器 速度快 没有幽灵依赖 更直观```
// 安装包管理工具
npm install pnpm -g// 安装包脚手架
npm install react-tp-cli -g
```#### 使用
- rt init
- 请输入项目名称
- 请选择模板类型