Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob authored Mar 16, 2024
1 parent 3d39b3d commit 708926d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### 安装与运行

需要安装Node.js v16及以上版本
需要安装Node.js v16及以上版本和pnpm

* 获取项目代码

Expand All @@ -29,19 +29,19 @@ git clone https://github.com/nihaojob/vue-fabric-editor.git

```
cd vue-fabric-editor
npm install
pnpm install
```

* 运行

```
npm run dev
pnpm dev
```

* 打包

```
npm run build
pnpm build
```

### 项目目录
Expand Down

0 comments on commit 708926d

Please sign in to comment.