This repository was archived by the owner on Nov 2, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ import { Callout } from "nextra/components";
19
19
20
20
此系统采用了前后端分离的形式,因此需要分别启动前端和后端的开发环境。
21
21
22
- 但是由于不同的前端不同写法,我们认为作为一名开发者都应该知道如何 ** ` 「举一反三」 ` ** , 并且不同的前端可能步骤会 ** 大相径庭** ,因此我们不会提供如何启动前端开发环境的指南。
22
+ 但是由于不同的前端不同写法,我们认为作为一名开发者都应该知道如何 ** ` 「举一反三」 ` ** ,并且不同的前端可能步骤会 ** 大相径庭** ,因此我们不会提供如何启动前端开发环境的指南。
23
23
24
24
<Callout type = " info" >
25
25
有关前端开发设计指南,你可以在侧边栏中找到。
26
26
</Callout >
27
27
28
28
你需要确定好你的开发环境中已经安装了以下工具:
29
29
30
- - [ Node.js] ( https://nodejs.org/en/ ) (>= 16 )
30
+ - [ Node.js] ( https://nodejs.org/en/ ) (>= 20 )
31
31
- [ PNPM] ( https://pnpm.js.org/ )
32
32
- [ MongoDB] ( https://www.mongodb.com/ )
33
33
- [ Redis] ( https://redis.io/ )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
11
11
12
12
## 要求
13
13
14
- - 已安装 [ Node.js] ( https://nodejs.org/zh-cn/ ) 16 .0.0 或以上版本
14
+ - 已安装 [ Node.js] ( https://nodejs.org/zh-cn/ ) 20 .0.0 或以上版本
15
15
- 已安装 [ Git] ( https://git-scm.com/downloads ) , [ PNPM] ( https://pnpm.io/installation ) , [ PM2] ( https://pm2.keymetrics.io/docs/usage/quick-start/ )
16
16
- 已安装 [ MongoDB] ( https://www.mongodb.com/try/download/community ) , [ Redis] ( https://redis.io/download ) 并正常运行
17
17
You can’t perform that action at this time.
0 commit comments