Thanks to visit codestin.com Credit goes to github.com
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 840533c commit 21b229dCopy full SHA for 21b229d
12-Vue基础/00-Vue的介绍和vue-cli.md
@@ -261,7 +261,7 @@ $ npm install -g @vue/cli
261
262
浏览器输入`http://localhost:8080/`,就可以让这个空的项目在本地跑起来:
263
264
-
+
265
266
备注:我们在 GitHub上下载的任何Vue有关的项目,第一步都是要首先执行 npm install,安装依赖的 mode_modules,然后再运行。我们发给同事的工程文件,建议不要包含 `node_modules`。
267
@@ -293,7 +293,7 @@ $ vue create vuedemo2
293
294
选择 eslint 的配置:
295
296
-
+
297
298
然后让这个空的项目就可以在浏览器上跑起来。
299
0 commit comments