Skip to content

Commit

Permalink
Merge pull request #1 from webia1/webia1-patch-1
Browse files Browse the repository at this point in the history
Installation options with templates added
  • Loading branch information
nxpatterns authored Jan 31, 2018
2 parents 98afd07 + f4cb2c2 commit e12df20
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e12df20

Please sign in to comment.