From f4cb2c2b5bfa685c9b0753d4e63d7372257cb48a Mon Sep 17 00:00:00 2001 From: EBIA Date: Wed, 31 Jan 2018 11:32:12 +0100 Subject: [PATCH] Installation options with templates added --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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