Skip to content

Commit 06612f9

Browse files
committed
remove todo for 2.0 webpack template
1 parent 2d1f892 commit 06612f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/guide/installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ Vue.js provides an [official CLI](https://github.com/vuejs/vue-cli) for quickly
5454
``` bash
5555
# install vue-cli
5656
$ 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
57+
# create a new project using the "webpack" template
58+
$ vue init webpack my-project
6059
# install dependencies and go!
6160
$ cd my-project
6261
$ npm install

0 commit comments

Comments
 (0)