Skip to content

Commit

Permalink
docs(README): 移除不必要的代码段和模板信息
Browse files Browse the repository at this point in the history
- 删除了 Yarn 和 NPM 的创建项目代码示例
- 移除了 Templates 表格
- 简化了 README 内容,使其更加精炼
  • Loading branch information
Simoon-F committed Nov 29, 2024
1 parent 7577f12 commit d5229e9
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ With PNPM:
pnpm create react-boilerplates
```

With Yarn:

```
yarn create react-boilerplates
```

With NPM:

```
npm create react-boilerplates@latest
```

Then follow the prompts and run the project.

For example, using yarn.
Expand All @@ -36,11 +24,4 @@ cd <your-project-name>
pnpm
pnpm dev
```

# Templates
|template name|more description|
|-|-|
|template-react-recoil|click [here](https://github.com/sj-distributor/create-react-boilerplates/tree/main/templates/template-react-recoil#react-vite-recoil-boilerplate)|
|template-react-ts|click [here](https://github.com/sj-distributor/create-react-boilerplates/tree/main/templates/template-react-ts#react-ts-boilerplate)|
|template-react-zustand|click [here](https://github.com/sj-distributor/create-react-boilerplates/tree/main/templates/template-react-zustand#react-ts-boilerplate)|
```

0 comments on commit d5229e9

Please sign in to comment.