From b085743c3d78dba14fd6ec3bb4020949a7d4e9d3 Mon Sep 17 00:00:00 2001 From: John Leider Date: Fri, 19 Oct 2018 23:02:28 -0500 Subject: [PATCH] Update plugins-and-presets.md cli warns `Missing required argument .` --- docs/guide/plugins-and-presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/plugins-and-presets.md b/docs/guide/plugins-and-presets.md index 2dccc27e41..de4e3e44ca 100644 --- a/docs/guide/plugins-and-presets.md +++ b/docs/guide/plugins-and-presets.md @@ -209,5 +209,5 @@ When developing a remote preset, it can be tedious to have to repeatedly push th vue create --preset ./my-preset my-project # or directly use a json file in cwd: -vue create --preset my-preset.json +vue create --preset my-preset.json my-project ```