File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The preview of `@idraw/studo`.
33
33
# Install peer dependcies
34
34
npm install antd idraw
35
35
36
- npm install @idraw/studio;
36
+ npm install @idraw/studio
37
37
```
38
38
39
39
``` js
Original file line number Diff line number Diff line change 13
13
<a href =" https://idraw.js.org/studio/ " target =" _blank " >idraw.js.org/studio/</a >
14
14
</p >
15
15
16
-
16
+
17
17
## @idraw/studio Preview
18
18
19
19
You can click [ idraw.js.org/studio/] ( https://idraw.js.org/studio ) to experience it.
@@ -30,7 +30,10 @@ The preview of `@idraw/studo`.
30
30
## Usage
31
31
32
32
``` sh
33
- npm install @idraw/studio;
33
+ # Install peer dependcies
34
+ npm install antd idraw
35
+
36
+ npm install @idraw/studio
34
37
```
35
38
36
39
``` js
75
78
76
79
cd studio
77
80
78
- pnpm i
81
+ pnpm install
79
82
80
83
npm run dev
81
84
```
You can’t perform that action at this time.
0 commit comments