From ebcd849d851c07451b149415d7ba9c49207653ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Wed, 27 Oct 2021 09:50:37 +0000 Subject: [PATCH 1/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23c431..ff45258 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AS-Editor-H5 #### 介绍 -基于 vue 可视化AS-Editor的H5展示模板,与AS-Editor一起使用可以可视化生成vue页面 +基于 vue 可视化[AS-Editor](https://gitee.com/was666/as-editor.git)的H5展示模板,与AS-Editor一起使用可以可视化生成vue页面 #### 安装教程 From 180f886ff7b1d0df452e2e792c23461bcb896ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Wed, 27 Oct 2021 09:51:12 +0000 Subject: [PATCH 2/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff45258..f745630 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AS-Editor-H5 #### 介绍 -基于 vue 可视化[AS-Editor](https://gitee.com/was666/as-editor.git)的H5展示模板,与AS-Editor一起使用可以可视化生成vue页面 +基于 vue 可视化 [AS-Editor](https://gitee.com/was666/as-editor.git) 的H5展示模板,与 [AS-Editor](https://gitee.com/was666/as-editor.git) 一起使用可以可视化生成vue页面 #### 安装教程 From 726ff2b32543563ad0cc1f870e1936ef9727a065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Wed, 27 Oct 2021 10:07:05 +0000 Subject: [PATCH 3/4] update README.md. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f745630..174ce3e 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,16 @@ 3. npm run build (打包) #### 使用说明 + +##### 使用教程 +######使用教程 + > home.vue 页面为demo实例 +![步骤1](https://images.gitee.com/uploads/images/2021/1027/180625_a6903982_5546746.png "image1.png") +![步骤2](https://images.gitee.com/uploads/images/2021/1027/180644_1710b3f0_5546746.png "image2.png") +![步骤3](https://images.gitee.com/uploads/images/2021/1027/180656_e71a6d53_5546746.png "image3.png") + > 已配置好vant ui 按需引入 页面中需要使用的话 import { 组件 } from 'vant'; From 3fb7013322e0d8f4c4b9079f8c64cb96bbb224c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Wed, 27 Oct 2021 10:10:33 +0000 Subject: [PATCH 4/4] update README.md. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 174ce3e..1ca9218 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ ![步骤2](https://images.gitee.com/uploads/images/2021/1027/180644_1710b3f0_5546746.png "image2.png") ![步骤3](https://images.gitee.com/uploads/images/2021/1027/180656_e71a6d53_5546746.png "image3.png") -> 已配置好vant ui 按需引入 -页面中需要使用的话 import { 组件 } from 'vant'; #### 参与贡献