File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 79
79
| ---------------| --------------------|
80
80
| 视频教程 | [ https://www.bilibili.com/video/BV1eFUuYyEFj ] ( https://www.bilibili.com/video/BV1eFUuYyEFj ) |
81
81
| 项目搭建 | [ 基于 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/ ) |
83
83
| 代码规范 | [ ESLint V9 + Prettier + Stylelint + EditorConfig 约束和统一前端代码规范] ( https://youlai.blog.csdn.net/article/details/145608723 ) |
84
84
| 提交规范 | [ 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 ) |
86
86
87
87
88
88
89
89
## 项目启动
90
90
91
91
- ** 环境准备**
92
92
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 相关插件 |
97
98
98
99
99
100
- ** 快速开始**
You can’t perform that action at this time.
0 commit comments