diff --git a/src/v2/cookbook/debugging-in-vscode.md b/src/v2/cookbook/debugging-in-vscode.md index 5e6dfd01b..c9e612fcf 100644 --- a/src/v2/cookbook/debugging-in-vscode.md +++ b/src/v2/cookbook/debugging-in-vscode.md @@ -48,7 +48,7 @@ module.exports = {

We're assuming the port to be `8080` here. If it's not the case (for instance, if `8080` has been taken and Vue CLI automatically picks another port for you), just modify the configuration accordingly.

-点击在 Activity Bar 里的 Debugger 图标来到 Debug 视图,然后点击那个齿轮图标来配置一个 `launch.json` 的文件,选择 **Chrome/Firefox: Launch** 环境。然后将生成的 `launch.json` 的内容替换成为相应的配置: +点击在 Activity Bar 里的 Debugger 图标来到 Debug 视图,然后点击那个齿轮图标来配置一个 `launch.json` 的文件,选择 **Chrome/Firefox:Launch** 环境。然后将生成的 `launch.json` 的内容替换成为相应的配置: ![添加 Chrome 配置](/images/config_add.png) @@ -91,7 +91,7 @@ module.exports = { npm run serve ``` -3. 来到 Debug 视图,选择 **'vuejs: chrome/firefox'** 配置,然后按 F5 或点击那个绿色的 play 按钮。 +3. 来到 Debug 视图,选择**‘vuejs:chrome/firefox’**配置,然后按 F5 或点击那个绿色的 play 按钮。 4. 随着一个新的浏览器实例打开 `http://localhost:8080`,你的断点现在应该被命中了。 diff --git a/src/v2/cookbook/serverless-blog.md b/src/v2/cookbook/serverless-blog.md index 93780fb89..ad74509c7 100644 --- a/src/v2/cookbook/serverless-blog.md +++ b/src/v2/cookbook/serverless-blog.md @@ -39,7 +39,7 @@ import Butter from 'buttercms'; const butter = Butter('your_api_token'); ``` -使用 CDN: +使用 CDN: ```html @@ -302,4 +302,4 @@ created() { ## 总结 -差不多就是这些了!现在你已经在自己的应用中拥有了一个可以正常工作的 CMS 博客。我们希望这份教程可以帮助你,使你的 Vue.js 开发体验更有乐趣 :) +差不多就是这些了!现在你已经在自己的应用中拥有了一个可以正常工作的 CMS 博客。我们希望这份教程可以帮助你,使你的 Vue.js 开发体验更有乐趣 🙂 diff --git a/src/v2/guide/installation.md b/src/v2/guide/installation.md index 007010765..b113a6260 100644 --- a/src/v2/guide/installation.md +++ b/src/v2/guide/installation.md @@ -255,7 +255,7 @@ NODE_ENV=production browserify -g envify -e main.js | uglifyjs -c -m > build.js ## 开发版本 -**重要**: GitHub 仓库的 `/dist` 文件夹只有在新版本发布时才会提交。如果想要使用 GitHub 上 Vue 最新的源码,你需要自己构建! +**重要**:GitHub 仓库的 `/dist` 文件夹只有在新版本发布时才会提交。如果想要使用 GitHub 上 Vue 最新的源码,你需要自己构建! ``` bash git clone https://github.com/vuejs/vue.git node_modules/vue diff --git a/src/v2/guide/list.md b/src/v2/guide/list.md index 1d0b09387..43d1e83ac 100644 --- a/src/v2/guide/list.md +++ b/src/v2/guide/list.md @@ -81,7 +81,7 @@ var example2 = new Vue({ 结果: -{% raw%} +{% raw %}