Commit 055ae025 by wusiyi

update: readme

parent 61063624
# 生产软件
## 项目启动 (2026.05.11)
## 项目启动 (2026.06.15)
1. 安装 vue 脚手架 3.0
......@@ -13,12 +13,20 @@
vue -V
```
2. 使用 cnpm 安装依赖, cnpm 版本=7.1.1
2. 安装依赖
- 使用 cnpm 安装依赖, cnpm 版本=7.1.1
```shell
npm install -g cnpm@7.1.1
cnpm -v
cnpm install
```
- 使用 npm 安装 node 版本=16.20.2
```shell
npm install -g cnpm@7.1.1
cnpm -v
cnpm install
npm install
```
3. 启动项目
......
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