Github user Hanks10100 commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/46#discussion_r163442826
--- 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).
--- End diff --
use `ã`.
---