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 c4d831e commit c3801b1Copy full SHA for c3801b1
src/guide/installation.md
@@ -82,9 +82,8 @@ Vue.js 提供一个[官方命令行工具](https://github.com/vuejs/vue-cli),
82
``` bash
83
# 全局安装 vue-cli
84
$ npm install --global vue-cli
85
-# 创建一个基于 "webpack" 模板的新项目
86
-# !!要做的:这个模板还不存在 (目前 vue init webpack my-project)
87
-$ vue init webpack-2.0 my-project
+# 创建一个基于 webpack 模板的新项目
+$ vue init webpack my-project
88
# 安装依赖,走你
89
$ cd my-project
90
$ npm install
0 commit comments