From d5229e9a68068e3bc03aad978872583e87b80ad7 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 29 Nov 2024 14:39:18 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E4=BB=A3=E7=A0=81=E6=AE=B5=E5=92=8C?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 Yarn 和 NPM 的创建项目代码示例 - 移除了 Templates 表格 - 简化了 README 内容,使其更加精炼 --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 3d553db..8f1e7a1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -36,11 +24,4 @@ cd 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)| \ No newline at end of file +``` \ No newline at end of file