Github user Hanks10100 commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/46#discussion_r163444366
--- Diff: source/cn/guide/use-vue.md ---
@@ -5,7 +5,280 @@ group: Overview
order: 1.6
version: 2.1
---
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+ -->
-Working in progress.
+èª2016å¹´2æ17æ¥åå¸WeexSDK
[v0.10.0](https://github.com/alibaba/weex/releases/tag/v0.10.0)å,Weexéæäºv2çæ¬çVueãVueï¼è¯»é³
/vjuË/ï¼ç±»ä¼¼äº view ç读é³ï¼æ¯ä¸å¥æå»ºç¨æ·çé¢(user
interface)çæ¸è¿å¼æ¡æ¶ã详æ
请åé
å
¶[宿¹ç½ç«](https://cn.vuejs.org/)ã
-Please refer to the [English version](../../guide/use-vue.html).
+> å¦ææ²¡æç¹å«æç¤º, æç« ä¸ç"Vue.js"æè
"Vue"é½æçæ¯v2çæ¬çVueã
+
+## åªå«æè¿è¡æ¶çæå»ºçæ¬
+
+å¦æä½ çæVue.js,ä½ åºè¯¥ç¥éVue.jsæä¸¤ç§æå»ºçæ¬:
[**è¿è¡æ¶ + ç¼è¯å¨** ä¸ **åªå
å«è¿è¡æ¶**](https://cn.vuejs.org/v2/guide/installation.html#%E8%BF%90%E8%A1%8C%E6%97%B6-%E7%BC%96%E8%AF%91%E5%99%A8-vs-%E5%8F%AA%E5%8C%85%E5%90%AB%E8%BF%90%E8%A1%8C%E6%97%B6)ãå®ä»¬ä¹é´çåºå«å¨äºç¼è¯å¨æ¯å¦éè¦è½å¤å¨è¿è¡æ¶ç¼è¯`template`é项ãç±äºè¿è¡æ¶æå»ºçæ¬æ¯å®æ´çæ¬çæå»ºçæ¬è½»çº¦30%ï¼ä¸ºäºæ´å¥½çæ§è½åæ´å°ç代ç
尺寸ï¼Weexç¨çæ¯åªå
å«è¿è¡æ¶çæ¹å¼æå»ºVueã
+
+å
·ä½æ¥è¯´ï¼å·®å¼å¦ä¸:
+
++
å®ä¹ç»ä»¶æ¶ä¸æ¯æ[`template`](https://cn.vuejs.org/v2/api/#template)é项ã
++
䏿¯æä½¿ç¨[`x-templates`](https://cn.vuejs.org/v2/guide/components.html#X-Templates).
++ 䏿¯æä½¿ç¨[`Vue.compile`](https://cn.vuejs.org/v2/api/#Vue-compile).
+
+## å¹³å°çå·®å¼
+
+Vue.jsæåæ¯ä¸ºWebå¹³å°è®¾è®¡çãè½ç¶å¯ä»¥åºäºWeexå¼ååçåºç¨ç¨åºï¼ä½æ¯ä»ç¶åå¨è®¸å¤[Weex
ä¸ Web å¹³å°çå·®å¼](../wiki/platform-difference.html)ã
+
+ä¸ Web å¹³å°ç主è¦å·®å¼æ¯: ä¸ä¸æãDOMãæ ·å¼åäºä»¶ã
+
+### ä¸ä¸æ
+Weex主è¦ç¨äºç¼åå¤é¡µçåºç¨ç¨åºï¼æ¯ä¸é¡µç¸å½äºåçå¼åä¸ç
*View* æè
*Activity*ï¼å¹¶ä¸å®æçèªå·±çä¸ä¸æãå°¤å
¶`Vue`å®ä¾å¨æ¯ä¸ªé¡µé¢é½æ¯ä¸åçï¼çè³Vueç"å
¨å±"é
ç½®(`Vue.config.xxx`)ä¹åªä¼å½±åWeexä¸çå个页é¢ã
+
+卿¤åºç¡ä¸,ä¸äºVueçSPA(å页é¢åºç¨)ææ¯,å¦[Vuex](https://vuex.vuejs.org/zh-cn/)å[vue-router](https://router.vuejs.org/zh-cn/)ä¹å°å页å
çæãæ´éä¿å°è¯´ï¼â页é¢âæ¦å¿µå¨SPAææ¯ä¸æ¯èæçï¼ä½å¨Weexä¸å´æ¯çå®çã
+
+æ
论å¦ä½ï¼Vuexåvue-è·¯ç±å¨é½æ¯ç¬ç«çåºï¼å®ä»¬é½æèªå·±çæ¦å¿µå使ç¨åºæ¯ï¼ä½
ä»ç¶å¯ä»¥å¨Weexé[使ç¨Vuexåvue-router](./advanced/use-vuex-and-vue-router.html)ã
+
+### DOM
+
+å 为å¨AndroidåiOS䏿²¡æDOM(document object mode),妿ä½
è¦æå¨æä½åçæDOMå
ç´ çè¯å¯è½ä¼éå°ä¸äºå
¼å®¹æ§é®é¢ãå¨ä½ 使ç¨ç°ä»£åç«¯æ¡æ¶çæ
åµä¸ï¼æä½æ°æ®ä¸ç»ä»¶è䏿¯çæçå
ç´
æ¯ä¸ä¸ªæ¯è¾å¥½çåæ³ã
--- End diff --
Document Object Model
---