diff --git a/README.md b/README.md index 8b8ad4b785..69f9fd2048 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,16 @@ yarn global add @vue/cli ### Creating a New Project +There are several templates for your new project, to list them all use + +``` sh +vue list +``` + +If you decide using e.g. webpack, you could create a new project: + ``` sh -vue create my-project +vue init webpack my-project ``` ### Zero-config Prototyping