Skip to content

Commit 26a7b1a

Browse files
committed
docs: 优化README环境准备表格格式和内容
- 修正表格对齐格式,提升可读性 - 新增pnpm包管理器版本要求 - 优化Node.js版本描述,使用代码格式 - 完善开发工具推荐,增加插件建议
1 parent 55ce602 commit 26a7b1a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,22 @@
7979
|---------------|--------------------|
8080
| 视频教程 | [https://www.bilibili.com/video/BV1eFUuYyEFj](https://www.bilibili.com/video/BV1eFUuYyEFj) |
8181
| 项目搭建 | [基于 Vue3 + Vite + TypeScript + Element-Plus 从0到1搭建后台管理系统](https://blog.csdn.net/u013737132/article/details/130191394) |
82-
| 官方文档 | [https://www.youlai.tech/vue3-element-admin/](https://www.youlai.tech/vue3-element-admin/) |
82+
| 官方文档 | [https://www.youlai.tech/vue3-element-admin](https://www.youlai.tech/vue3-element-admin/) |
8383
| 代码规范 | [ESLint V9 + Prettier + Stylelint + EditorConfig 约束和统一前端代码规范](https://youlai.blog.csdn.net/article/details/145608723) |
8484
| 提交规范 | [Husky + Lint-staged + Commitlint + Commitizen + cz-git 配置 Git 提交规范](https://youlai.blog.csdn.net/article/details/145615236) |
85-
| 接口文档 | [https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5](https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5) |
85+
| 接口文档 | [https://www.apifox.cn](https://www.apifox.cn/apidoc/shared-195e783f-4d85-4235-a038-eec696de4ea5) |
8686

8787

8888

8989
## 项目启动
9090

9191
- **环境准备**
9292

93-
| 环境类型 | 名称 | 备注 |
94-
|----------------|---------------|----------- |
95-
| **开发工具** | [Visual Studio Code](https://code.visualstudio.com/Download) |
96-
| **运行环境** | ^20.19.0 || >=22.12.0 | 20.19.0+ 或 22.12.0 及以上版本 |
93+
| 环境类型 | 版本要求 | 备注 |
94+
|---------|---------|------|
95+
| **Node.js** | `^20.19.0``>=22.12.0` | 推荐使用 LTS 版本(主版本为偶数) |
96+
| **包管理器** | `pnpm >= 8.0.0` | 项目使用 pnpm 作为包管理器 |
97+
| **开发工具** | [Visual Studio Code](https://code.visualstudio.com/Download) | 推荐安装 Vue、TypeScript 相关插件 |
9798

9899

99100
- **快速开始**

0 commit comments

Comments
 (0)