docs: update plugins-and-presets.md (#2777) [ci skip]

cli warns `Missing required argument <app-name>.`
This commit is contained in:
John Leider
2018-10-20 05:51:40 -05:00
committed by Haoqun Jiang
parent 9757f144e6
commit 1b8153cfc6
+1 -1
View File
@@ -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
```