10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b9913 commit a928f1aCopy full SHA for a928f1a
README.md
@@ -4,7 +4,7 @@ A simple CLI for scaffolding Vue.js projects.
4
5
### Installation
6
7
-Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 5.x preferred) and [Git](https://git-scm.com/).
+Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred) and [Git](https://git-scm.com/).
8
9
``` bash
10
$ npm install -g vue-cli
@@ -201,7 +201,7 @@ The format needed for a specific official template is:
201
vue init <template-name>#<branch-name> <project-name>
202
```
203
204
-Example:
+Example:
205
206
Installing the [`1.0` branch](https://github.com/vuejs-templates/webpack-simple/tree/1.0) of the webpack-simple vue template:
207
0 commit comments