Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21b229d

Browse files
committed
updae omg
1 parent 840533c commit 21b229d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

12-Vue基础/00-Vue的介绍和vue-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ $ npm install -g @vue/cli
261261

262262
浏览器输入`http://localhost:8080/`,就可以让这个空的项目在本地跑起来:
263263

264-
![](http://img.smyhvae.com/20190624_160228.png)
264+
![](http://img.smyhvae.com/20190624_160229.png)
265265

266266
备注:我们在 GitHub上下载的任何Vue有关的项目,第一步都是要首先执行 npm install,安装依赖的 mode_modules,然后再运行。我们发给同事的工程文件,建议不要包含 `node_modules`
267267

@@ -293,7 +293,7 @@ $ vue create vuedemo2
293293

294294
选择 eslint 的配置:
295295

296-
![](http://img.smyhvae.com/20190624_165000.png)
296+
![](http://img.smyhvae.com/20190624_165001.png)
297297

298298
然后让这个空的项目就可以在浏览器上跑起来。
299299

0 commit comments

Comments
 (0)