Skip to content

Commit

Permalink
Merge pull request godbasin#11 from wangyingbo/patch-2
Browse files Browse the repository at this point in the history
Update 2.md
  • Loading branch information
godbasin authored Jun 4, 2020
2 parents c53726b + 3126162 commit a867b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/vue-ebook/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

### 2.1.2 在线代码编写

前端有很多在线编写的平台,例如 codepan、jsfiddle 等,有了这些平台,我们再也不用在本地生成个临时的 HTML 文件来编写代码了。我们可以直接在这些平台上写测试代码,例如我们这里可以直接使用 Vue:
前端有很多在线编写的平台,例如 codepen、jsfiddle 等,有了这些平台,我们再也不用在本地生成个临时的 HTML 文件来编写代码了。我们可以直接在这些平台上写测试代码,例如我们这里可以直接使用 Vue:
![image](https://github-imglib-1255459943.cos.ap-chengdu.myqcloud.com/vue-2-2.jpg)
图 2-2 codepan 所见即所得编程
图 2-2 codepen 所见即所得编程

在线编写的好处是所见即所得,我们只需要引入需要的资源,然后编写好代码,下方就能直接看到代码的效果,还是很方便的。同时这些在线编程的网站也常常提供了代码片段保存和分享的功能,例如 Element UI 也将每一段的代码示例存到 codepan,开发者只需要打开对应的链接就可以看到效果,同时还可以很方便地基于现有的逻辑来快速调试,是特别好用的一个工具。
在线编写的好处是所见即所得,我们只需要引入需要的资源,然后编写好代码,下方就能直接看到代码的效果,还是很方便的。同时这些在线编程的网站也常常提供了代码片段保存和分享的功能,例如 Element UI 也将每一段的代码示例存到 codepen,开发者只需要打开对应的链接就可以看到效果,同时还可以很方便地基于现有的逻辑来快速调试,是特别好用的一个工具。

## 2.2 Vue CLI 脚手架

Expand Down

0 comments on commit a867b5e

Please sign in to comment.