Commit 055ae025 by wusiyi

update: readme

parent 61063624
# 生产软件 # 生产软件
## 项目启动 (2026.05.11) ## 项目启动 (2026.06.15)
1. 安装 vue 脚手架 3.0 1. 安装 vue 脚手架 3.0
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
vue -V vue -V
``` ```
2. 使用 cnpm 安装依赖, cnpm 版本=7.1.1 2. 安装依赖
- 使用 cnpm 安装依赖, cnpm 版本=7.1.1
```shell ```shell
npm install -g cnpm@7.1.1 npm install -g cnpm@7.1.1
...@@ -21,6 +23,12 @@ ...@@ -21,6 +23,12 @@
cnpm install cnpm install
``` ```
- 使用 npm 安装 node 版本=16.20.2
```shell
npm install
```
3. 启动项目 3. 启动项目
```shell ```shell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment