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 2d1f892 commit 06612f9Copy full SHA for 06612f9
src/guide/installation.md
@@ -54,9 +54,8 @@ Vue.js provides an [official CLI](https://github.com/vuejs/vue-cli) for quickly
54
``` bash
55
# install vue-cli
56
$ npm install --global vue-cli
57
-# create a new project using the "webpack" boilerplate
58
-# !!TODO: THIS TEMPLATE DOES NOT EXIST YET
59
-$ vue init webpack-2.0 my-project
+# create a new project using the "webpack" template
+$ vue init webpack my-project
60
# install dependencies and go!
61
$ cd my-project
62
$ npm install
0 commit comments