You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/22 05:28:14 UTC

[23/40] incubator-weex git commit: reword pieces of 'Getting Started' in using-vue.md

reword pieces of 'Getting Started' in using-vue.md

This is optional. I noticed some awkward wording, and tried to reword some of it to make more sense. Feel free to reject, if anyone disagrees.

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/25d52bdf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/25d52bdf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/25d52bdf

Branch: refs/heads/0.15-dev
Commit: 25d52bdf2934751cc8298de2ff398eb3b559210a
Parents: db8842e
Author: Jake Swanson <ja...@gmail.com>
Authored: Sun Jun 18 13:47:48 2017 -0400
Committer: GitHub <no...@github.com>
Committed: Sun Jun 18 13:47:48 2017 -0400

----------------------------------------------------------------------
 doc/source/guide/intro/using-vue.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/25d52bdf/doc/source/guide/intro/using-vue.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/intro/using-vue.md b/doc/source/guide/intro/using-vue.md
index 9d981ee..56c1ca4 100644
--- a/doc/source/guide/intro/using-vue.md
+++ b/doc/source/guide/intro/using-vue.md
@@ -9,13 +9,13 @@ version: 2.1
 
 ## Vue in Weex
 
-[Vue.js](https://vuejs.org/) is an excellent progressive JavaScript framework written by [Evan You](https://twitter.com/youyuxi) which is very ease and flexible to use. Developers can write `*.vue` files with friendly `<template>`, `<style>`, `<script>` tags to build componentized web app.
+[Vue.js](https://vuejs.org/) is an excellent progressive JavaScript framework written by [Evan You](https://twitter.com/youyuxi) which is very easy and flexible to use. Developers can write `*.vue` files with friendly `<template>`, `<style>`, `<script>` tags to build componentized web apps.
 
 ![a vue file](//cn.vuejs.org/images/vue-component.png)
 
-In Oct 2016 Vue.js has launched 2.0. It brings virtual-DOM and pre-compiler for HTML template. So it makes Vue.js possible to run in JS-only environment without HTML / CSS parser. And also the virtual-DOM layer makes Vue 2.x possible to render native UI through JavaScript.
+In Oct 2016 Vue.js launched 2.0, which includes the virtual-DOM and pre-compiler for HTML templates. This means Vue.js can run in a JS-only environment without HTML / CSS parsers. The virtual-DOM layer also makes Vue 2.x able to render native UIs through JavaScript.
 
-Now Weex and Vue has supported each other officially. Weex put Vue 2.x as its built-in JS Framework, and Vue has already been able to develop native mobile app.
+Weex and Vue now support each other officially. Now that Weex includes Vue 2.x as its built-in JS Framework, Vue can be used to develop native mobile apps.
 
 **Links**