Skip to content

Commit c3801b1

Browse files
committed
fix
1 parent c4d831e commit c3801b1

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
@@ -82,9 +82,8 @@ Vue.js 提供一个[官方命令行工具](https://github.com/vuejs/vue-cli),
8282
``` bash
8383
# 全局安装 vue-cli
8484
$ npm install --global vue-cli
85-
# 创建一个基于 "webpack" 模板的新项目
86-
# !!要做的:这个模板还不存在 (目前 vue init webpack my-project)
87-
$ vue init webpack-2.0 my-project
85+
# 创建一个基于 webpack 模板的新项目
86+
$ vue init webpack my-project
8887
# 安装依赖,走你
8988
$ cd my-project
9089
$ npm install

0 commit comments

Comments
 (0)