Skip to content

Commit e12df20

Browse files
authored
Merge pull request #1 from webia1/webia1-patch-1
Installation options with templates added
2 parents 98afd07 + f4cb2c2 commit e12df20

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ yarn global add @vue/cli
1616

1717
### Creating a New Project
1818

19+
There are several templates for your new project, to list them all use
20+
21+
``` sh
22+
vue list
23+
```
24+
25+
If you decide using e.g. webpack, you could create a new project:
26+
1927
``` sh
20-
vue create my-project
28+
vue init webpack my-project
2129
```
2230

2331
### Zero-config Prototyping

0 commit comments

Comments
 (0)