Skip to content

Commit 1b8153c

Browse files
johnleiderhaoqunjiang
authored andcommitted
docs: update plugins-and-presets.md (#2777) [ci skip]
cli warns `Missing required argument <app-name>.`
1 parent 9757f14 commit 1b8153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/plugins-and-presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ When developing a remote preset, it can be tedious to have to repeatedly push th
209209
vue create --preset ./my-preset my-project
210210

211211
# or directly use a json file in cwd:
212-
vue create --preset my-preset.json
212+
vue create --preset my-preset.json my-project
213213
```

0 commit comments

Comments
 (0)